diff --git a/Assets/00.StaryEvo/Editor/Create/CreatStringToLayer/PlayerPrefsData.cs b/Assets/00.StaryEvo/Editor/Create/CreatStringToLayer/PlayerPrefsData.cs index 2341882..ce3f6cb 100644 --- a/Assets/00.StaryEvo/Editor/Create/CreatStringToLayer/PlayerPrefsData.cs +++ b/Assets/00.StaryEvo/Editor/Create/CreatStringToLayer/PlayerPrefsData.cs @@ -19,6 +19,7 @@ namespace Stary.Evo.Editor private static void PlayerPrefsClear() { PlayerPrefs.DeleteAll(); + EditorPrefs.DeleteAll(); } } diff --git a/Assets/00.StaryEvo/Editor/com.stary.evo.editor.asmdef b/Assets/00.StaryEvo/Editor/com.stary.evo.editor.asmdef index c71849b..025f7e6 100644 --- a/Assets/00.StaryEvo/Editor/com.stary.evo.editor.asmdef +++ b/Assets/00.StaryEvo/Editor/com.stary.evo.editor.asmdef @@ -4,7 +4,8 @@ "references": [ "com.stary.evo.runtime", "YooAsset", - "YooAsset.Editor" + "YooAsset.Editor", + "UniTask" ], "includePlatforms": [ "Editor" diff --git a/Assets/00.StaryEvo/Runtime/UnitySocket/SocketClient/Scripts/PackgeSocket.meta b/Assets/00.StaryEvo/Runtime/UnitySocket/SocketClient/Scripts/PackgeSocket.meta deleted file mode 100644 index 54ae434..0000000 --- a/Assets/00.StaryEvo/Runtime/UnitySocket/SocketClient/Scripts/PackgeSocket.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: b536b81e1762a6a43ba6ac9aabe950d7 -folderAsset: yes -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/00.StaryEvo/Runtime/UnitySocket/SocketClient/Scripts/PackgeSocket/ClientSocketSystem.cs b/Assets/00.StaryEvo/Runtime/UnitySocket/SocketClient/Scripts/PackgeSocket~/ClientSocketSystem.cs similarity index 100% rename from Assets/00.StaryEvo/Runtime/UnitySocket/SocketClient/Scripts/PackgeSocket/ClientSocketSystem.cs rename to Assets/00.StaryEvo/Runtime/UnitySocket/SocketClient/Scripts/PackgeSocket~/ClientSocketSystem.cs diff --git a/Assets/00.StaryEvo/Runtime/UnitySocket/SocketClient/Scripts/PackgeSocket/ClientSocketSystem.cs.meta b/Assets/00.StaryEvo/Runtime/UnitySocket/SocketClient/Scripts/PackgeSocket~/ClientSocketSystem.cs.meta similarity index 100% rename from Assets/00.StaryEvo/Runtime/UnitySocket/SocketClient/Scripts/PackgeSocket/ClientSocketSystem.cs.meta rename to Assets/00.StaryEvo/Runtime/UnitySocket/SocketClient/Scripts/PackgeSocket~/ClientSocketSystem.cs.meta diff --git a/Assets/00.StaryEvo/Runtime/UnitySocket/SocketClient/Scripts/PackgeSocket/ServerSocketSystem.cs b/Assets/00.StaryEvo/Runtime/UnitySocket/SocketClient/Scripts/PackgeSocket~/ServerSocketSystem.cs similarity index 100% rename from Assets/00.StaryEvo/Runtime/UnitySocket/SocketClient/Scripts/PackgeSocket/ServerSocketSystem.cs rename to Assets/00.StaryEvo/Runtime/UnitySocket/SocketClient/Scripts/PackgeSocket~/ServerSocketSystem.cs diff --git a/Assets/00.StaryEvo/Runtime/UnitySocket/SocketClient/Scripts/PackgeSocket/ServerSocketSystem.cs.meta b/Assets/00.StaryEvo/Runtime/UnitySocket/SocketClient/Scripts/PackgeSocket~/ServerSocketSystem.cs.meta similarity index 100% rename from Assets/00.StaryEvo/Runtime/UnitySocket/SocketClient/Scripts/PackgeSocket/ServerSocketSystem.cs.meta rename to Assets/00.StaryEvo/Runtime/UnitySocket/SocketClient/Scripts/PackgeSocket~/ServerSocketSystem.cs.meta diff --git a/Assets/00.StaryEvo/Runtime/UnitySocket/SocketClient/Scripts/PackgeSocket/SocketEntity.meta b/Assets/00.StaryEvo/Runtime/UnitySocket/SocketClient/Scripts/PackgeSocket~/SocketEntity.meta similarity index 100% rename from Assets/00.StaryEvo/Runtime/UnitySocket/SocketClient/Scripts/PackgeSocket/SocketEntity.meta rename to Assets/00.StaryEvo/Runtime/UnitySocket/SocketClient/Scripts/PackgeSocket~/SocketEntity.meta diff --git a/Assets/00.StaryEvo/Runtime/UnitySocket/SocketClient/Scripts/PackgeSocket/SocketEntity/EnumType.meta b/Assets/00.StaryEvo/Runtime/UnitySocket/SocketClient/Scripts/PackgeSocket~/SocketEntity/EnumType.meta similarity index 100% rename from Assets/00.StaryEvo/Runtime/UnitySocket/SocketClient/Scripts/PackgeSocket/SocketEntity/EnumType.meta rename to Assets/00.StaryEvo/Runtime/UnitySocket/SocketClient/Scripts/PackgeSocket~/SocketEntity/EnumType.meta diff --git a/Assets/00.StaryEvo/Runtime/UnitySocket/SocketClient/Scripts/PackgeSocket/SocketEntity/EnumType/ModeTypeEntity.cs b/Assets/00.StaryEvo/Runtime/UnitySocket/SocketClient/Scripts/PackgeSocket~/SocketEntity/EnumType/ModeTypeEntity.cs similarity index 100% rename from Assets/00.StaryEvo/Runtime/UnitySocket/SocketClient/Scripts/PackgeSocket/SocketEntity/EnumType/ModeTypeEntity.cs rename to Assets/00.StaryEvo/Runtime/UnitySocket/SocketClient/Scripts/PackgeSocket~/SocketEntity/EnumType/ModeTypeEntity.cs diff --git a/Assets/00.StaryEvo/Runtime/UnitySocket/SocketClient/Scripts/PackgeSocket/SocketEntity/EnumType/ModeTypeEntity.cs.meta b/Assets/00.StaryEvo/Runtime/UnitySocket/SocketClient/Scripts/PackgeSocket~/SocketEntity/EnumType/ModeTypeEntity.cs.meta similarity index 100% rename from Assets/00.StaryEvo/Runtime/UnitySocket/SocketClient/Scripts/PackgeSocket/SocketEntity/EnumType/ModeTypeEntity.cs.meta rename to Assets/00.StaryEvo/Runtime/UnitySocket/SocketClient/Scripts/PackgeSocket~/SocketEntity/EnumType/ModeTypeEntity.cs.meta diff --git a/Assets/00.StaryEvo/Runtime/UnitySocket/SocketClient/Scripts/PackgeSocket/SocketEntity/ResultCodeEntity.cs b/Assets/00.StaryEvo/Runtime/UnitySocket/SocketClient/Scripts/PackgeSocket~/SocketEntity/ResultCodeEntity.cs similarity index 100% rename from Assets/00.StaryEvo/Runtime/UnitySocket/SocketClient/Scripts/PackgeSocket/SocketEntity/ResultCodeEntity.cs rename to Assets/00.StaryEvo/Runtime/UnitySocket/SocketClient/Scripts/PackgeSocket~/SocketEntity/ResultCodeEntity.cs diff --git a/Assets/00.StaryEvo/Runtime/UnitySocket/SocketClient/Scripts/PackgeSocket/SocketEntity/ResultCodeEntity.cs.meta b/Assets/00.StaryEvo/Runtime/UnitySocket/SocketClient/Scripts/PackgeSocket~/SocketEntity/ResultCodeEntity.cs.meta similarity index 100% rename from Assets/00.StaryEvo/Runtime/UnitySocket/SocketClient/Scripts/PackgeSocket/SocketEntity/ResultCodeEntity.cs.meta rename to Assets/00.StaryEvo/Runtime/UnitySocket/SocketClient/Scripts/PackgeSocket~/SocketEntity/ResultCodeEntity.cs.meta diff --git a/Assets/00.StaryEvo/Runtime/UnitySocket/SocketClient/Scripts/PackgeSocket/SocketEntity/ServerOpenSceneEntity.cs b/Assets/00.StaryEvo/Runtime/UnitySocket/SocketClient/Scripts/PackgeSocket~/SocketEntity/ServerOpenSceneEntity.cs similarity index 100% rename from Assets/00.StaryEvo/Runtime/UnitySocket/SocketClient/Scripts/PackgeSocket/SocketEntity/ServerOpenSceneEntity.cs rename to Assets/00.StaryEvo/Runtime/UnitySocket/SocketClient/Scripts/PackgeSocket~/SocketEntity/ServerOpenSceneEntity.cs diff --git a/Assets/00.StaryEvo/Runtime/UnitySocket/SocketClient/Scripts/PackgeSocket/SocketEntity/ServerOpenSceneEntity.cs.meta b/Assets/00.StaryEvo/Runtime/UnitySocket/SocketClient/Scripts/PackgeSocket~/SocketEntity/ServerOpenSceneEntity.cs.meta similarity index 100% rename from Assets/00.StaryEvo/Runtime/UnitySocket/SocketClient/Scripts/PackgeSocket/SocketEntity/ServerOpenSceneEntity.cs.meta rename to Assets/00.StaryEvo/Runtime/UnitySocket/SocketClient/Scripts/PackgeSocket~/SocketEntity/ServerOpenSceneEntity.cs.meta diff --git a/Assets/00.StaryEvo/package.json b/Assets/00.StaryEvo/package.json index 99aacd6..ec05b14 100644 --- a/Assets/00.StaryEvo/package.json +++ b/Assets/00.StaryEvo/package.json @@ -1,6 +1,6 @@ { "name": "com.staryevo.main", - "version": "2.0.18", + "version": "2.0.19", "displayName": "00.StaryEvo", "description": "This is an Framework package(后台服务器版本,端口9527)", "unity": "2021.3",