diff --git a/Assets/02.InformationSave/Editor/InformationSave.Editor.asmdef b/Assets/02.InformationSave/Editor/InformationSave.Editor.asmdef new file mode 100644 index 0000000..1cccb45 --- /dev/null +++ b/Assets/02.InformationSave/Editor/InformationSave.Editor.asmdef @@ -0,0 +1,18 @@ +{ + "name": "InformationSave.Editor", + "rootNamespace": "", + "references": [ + "GUID:ec45849e30ba03e4dab386099d8c697b" + ], + "includePlatforms": [ + "Editor" + ], + "excludePlatforms": [], + "allowUnsafeCode": false, + "overrideReferences": false, + "precompiledReferences": [], + "autoReferenced": true, + "defineConstraints": [], + "versionDefines": [], + "noEngineReferences": false +} \ No newline at end of file diff --git a/Assets/02.InformationSave/Editor/InformationSave.Editor.asmdef.meta b/Assets/02.InformationSave/Editor/InformationSave.Editor.asmdef.meta index 73f1f09..390e55d 100644 --- a/Assets/02.InformationSave/Editor/InformationSave.Editor.asmdef.meta +++ b/Assets/02.InformationSave/Editor/InformationSave.Editor.asmdef.meta @@ -1,12 +1,6 @@ fileFormatVersion: 2 -<<<<<<<< HEAD:Assets/05.TableTextConversion/RunTime/Abstract.meta guid: 0edb4ada55e89774580e0ebd17f45267 -folderAsset: yes -DefaultImporter: -======== -guid: 31bb7766059e37c42b8898e180dc877f AssemblyDefinitionImporter: ->>>>>>>> 02.InformationSave:Assets/02.InformationSave/Editor/InformationSave.Editor.asmdef.meta externalObjects: {} userData: assetBundleName: diff --git a/Assets/02.InformationSave/RunTime/Abstract/AbstractInformation.cs b/Assets/02.InformationSave/RunTime/Abstract/AbstractInformation.cs index 6d62e99..1dcecd6 100644 --- a/Assets/02.InformationSave/RunTime/Abstract/AbstractInformation.cs +++ b/Assets/02.InformationSave/RunTime/Abstract/AbstractInformation.cs @@ -2,7 +2,6 @@ using System; using System.Collections.Generic; using System.IO; using System.Threading.Tasks; -using Stary.Evo.InformationSave.Data; using Newtonsoft.Json; using UnityEditor; using UnityEngine; diff --git a/Assets/02.InformationSave/RunTime/Data/InformationSaveScriptObject.cs b/Assets/02.InformationSave/RunTime/Data/InformationSaveScriptObject.cs deleted file mode 100644 index a489ea3..0000000 --- a/Assets/02.InformationSave/RunTime/Data/InformationSaveScriptObject.cs +++ /dev/null @@ -1,25 +0,0 @@ -using UnityEngine; -/**************************************************** - 文件:ScriptObjectTopicSave.cs - 作者:张铮 - 邮箱: - 日期:2022/3/10 16:21:54 - 功能: -*****************************************************/ -namespace Stary.Evo.InformationSave.Data -{ - [CreateAssetMenu(fileName = "InformationSaveScriptObject", menuName = "Point8/InformationSaveScriptObject")] - public class InformationSaveScriptObject : ScriptableObject - { - public string[] Urls; - // [Button] - // public void SavaJson(){ - // - // UnityWebRequestSystem.SaveJson(topics,"TopicJson"); - // } - } -} - - - - diff --git a/Assets/02.InformationSave/RunTime/Data/InformationSaveScriptObject.cs.meta b/Assets/02.InformationSave/RunTime/Data/InformationSaveScriptObject.cs.meta deleted file mode 100644 index 31dbd32..0000000 --- a/Assets/02.InformationSave/RunTime/Data/InformationSaveScriptObject.cs.meta +++ /dev/null @@ -1,3 +0,0 @@ -fileFormatVersion: 2 -guid: 8775212800004330b3958e498e4ac71f -timeCreated: 1735626740 \ No newline at end of file diff --git a/Assets/02.InformationSave/RunTime/InformationSave.RunTime.asmdef b/Assets/02.InformationSave/RunTime/InformationSave.RunTime.asmdef new file mode 100644 index 0000000..7729102 --- /dev/null +++ b/Assets/02.InformationSave/RunTime/InformationSave.RunTime.asmdef @@ -0,0 +1,14 @@ +{ + "name": "InformationSave.RunTime", + "rootNamespace": "", + "references": [], + "includePlatforms": [], + "excludePlatforms": [], + "allowUnsafeCode": false, + "overrideReferences": false, + "precompiledReferences": [], + "autoReferenced": true, + "defineConstraints": [], + "versionDefines": [], + "noEngineReferences": false +} \ No newline at end of file diff --git a/Assets/02.InformationSave/RunTime/InformationSave.RunTime.asmdef.meta b/Assets/02.InformationSave/RunTime/InformationSave.RunTime.asmdef.meta index b50f6cb..8dc9015 100644 --- a/Assets/02.InformationSave/RunTime/InformationSave.RunTime.asmdef.meta +++ b/Assets/02.InformationSave/RunTime/InformationSave.RunTime.asmdef.meta @@ -1,12 +1,6 @@ fileFormatVersion: 2 -<<<<<<<< HEAD:Assets/05.TableTextConversion/RunTime/Base.meta -guid: ca7a0a132de6398478af76115d876a86 -folderAsset: yes -DefaultImporter: -======== -guid: 798515657a60df04299a490c4f01f2b7 +guid: ec45849e30ba03e4dab386099d8c697b AssemblyDefinitionImporter: ->>>>>>>> 02.InformationSave:Assets/02.InformationSave/RunTime/InformationSave.RunTime.asmdef.meta externalObjects: {} userData: assetBundleName: diff --git a/Assets/02.InformationSave/package.json b/Assets/02.InformationSave/package.json index b5ec3a7..8e8c797 100644 --- a/Assets/02.InformationSave/package.json +++ b/Assets/02.InformationSave/package.json @@ -1,7 +1,7 @@ { "name": "com.staryevo.informationsave", "displayName": "02.InformationSave", - "version": "1.0.1", + "version": "1.0.2", "description": "位置配置工具", "unity": "2021.3", "unityRelease": "30f1",