File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ public static class Settings
77 public const string QQ_GROUP_LINK = "https://qm.qq.com/cgi-bin/qm/qr?k=KcexYJ9aYwogFXbj2aN0XHH5b2G7ICmd" ;
88 public const string EMAIL = "799329256@qq.com" ;
99 public const string AUHTOR = "psygame" ;
10- public const string VERSION = "2.4.0 " ;
10+ public const string VERSION = "2.4.1 " ;
1111 public const string PACKAGE_NAME = "com.psygame.unitywebsocket" ;
1212 public const string UPM_URL = "https://github.com/psygame/UnityWebSocket.git" ;
1313 }
Original file line number Diff line number Diff line change @@ -397,7 +397,7 @@ private void HandleError(Exception exception)
397397 OnError ? . Invoke ( this , new ErrorEventArgs ( exception . Message ) ) ;
398398 }
399399
400- [ System . Diagnostics . Conditional ( "UNITY_EDITOR " ) ]
400+ [ System . Diagnostics . Conditional ( "UNITYWEBSOCKET_NOWEBGL_LOG " ) ]
401401 private void Log ( string msg )
402402 {
403403 UnityEngine . Debug . Log ( $ "<color=yellow>[UnityWebSocket]</color>" +
Original file line number Diff line number Diff line change 11{
22 "name" : " com.psygame.unitywebsocket" ,
33 "displayName" : " UnityWebSocket" ,
4- "version" : " 2.4.0 " ,
4+ "version" : " 2.4.1 " ,
55 "unity" : " 2018.3" ,
66 "description" : " The Best Unity WebSocket Plugin for All Platforms." ,
77 "keywords" : [
You can’t perform that action at this time.
0 commit comments