Skip to content

Commit

Permalink
v2.4.1
Browse files Browse the repository at this point in the history
- 移除非WebGL平台 LOG 问题
  • Loading branch information
yinlong committed Sep 18, 2020
1 parent a42e600 commit d9c1255
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Scripts/Runtime/Core/Settings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ public static class Settings
public const string QQ_GROUP_LINK = "https://qm.qq.com/cgi-bin/qm/qr?k=KcexYJ9aYwogFXbj2aN0XHH5b2G7ICmd";
public const string EMAIL = "799329256@qq.com";
public const string AUHTOR = "psygame";
public const string VERSION = "2.4.0";
public const string VERSION = "2.4.1";
public const string PACKAGE_NAME = "com.psygame.unitywebsocket";
public const string UPM_URL = "https://github.com/psygame/UnityWebSocket.git";
}
Expand Down
2 changes: 1 addition & 1 deletion Scripts/Runtime/Implementation/NoWebGL/WebSocket.cs
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ private void HandleError(Exception exception)
OnError?.Invoke(this, new ErrorEventArgs(exception.Message));
}

[System.Diagnostics.Conditional("UNITY_EDITOR")]
[System.Diagnostics.Conditional("UNITYWEBSOCKET_NOWEBGL_LOG")]
private void Log(string msg)
{
UnityEngine.Debug.Log($"<color=yellow>[UnityWebSocket]</color>" +
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.psygame.unitywebsocket",
"displayName": "UnityWebSocket",
"version": "2.4.0",
"version": "2.4.1",
"unity": "2018.3",
"description": "The Best Unity WebSocket Plugin for All Platforms.",
"keywords": [
Expand Down

0 comments on commit d9c1255

Please sign in to comment.