信息配置保存工具1.0.5

This commit is contained in:
Han
2025-03-31 10:44:34 +08:00
parent e07d1d9721
commit 84760b19bb
7 changed files with 54 additions and 8 deletions

View File

@@ -0,0 +1,18 @@
{
"name": "InformationSave.Editor",
"rootNamespace": "",
"references": [
"GUID:798515657a60df04299a490c4f01f2b7"
],
"includePlatforms": [
"Editor"
],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [],
"noEngineReferences": false
}

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 31bb7766059e37c42b8898e180dc877f
AssemblyDefinitionImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -1 +1 @@
# 代码检查工具 # 信息配置保存工具

View File

@@ -89,7 +89,7 @@ namespace Stary.Evo.InformationSave
if(scriptObjectSaveData == null) if(scriptObjectSaveData == null)
{ {
scriptObjectSaveData = CheckAndCreateFoldersAndAsset(); scriptObjectSaveData = CheckAndCreateFoldersAndAsset();
Debug.Log("创建了ScriptObjectSaveData文件"); //Debug.Log("创建了ScriptObjectSaveData文件");
} }
if (scriptObjectSaveData.dic == null) if (scriptObjectSaveData.dic == null)
@@ -151,7 +151,7 @@ namespace Stary.Evo.InformationSave
AssetDatabase.CreateAsset(scriptableObject, "Assets/" + ResourcesFolderName + "/" + InformationSaveDataFolderName + "/" + ScriptObjectSaveDataFileName + ".asset"); AssetDatabase.CreateAsset(scriptableObject, "Assets/" + ResourcesFolderName + "/" + InformationSaveDataFolderName + "/" + ScriptObjectSaveDataFileName + ".asset");
AssetDatabase.SaveAssets(); AssetDatabase.SaveAssets();
AssetDatabase.Refresh(); AssetDatabase.Refresh();
Debug.Log("创建了: " + "Assets/" + ResourcesFolderName + "/" + InformationSaveDataFolderName + "/" + ScriptObjectSaveDataFileName + ".asset 资产");
return scriptableObject; return scriptableObject;
} }

View File

@@ -0,0 +1,14 @@
{
"name": "InformationSave.RunTime",
"rootNamespace": "",
"references": [],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [],
"noEngineReferences": false
}

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 798515657a60df04299a490c4f01f2b7
AssemblyDefinitionImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -1,16 +1,16 @@
{ {
"name": "com.staryevo.informationsave", "name": "com.staryevo.informationsave",
"version": "1.0.0", "version": "1.0.5",
"displayName": "01.InformationSave", "displayName": "02.InformationSave",
"description": "位置配置工具", "description": "信息配置保存工具",
"unity": "2021.3", "unity": "2021.3",
"unityRelease": "30f1", "unityRelease": "23f1",
"keywords": [ "keywords": [
"unity", "unity",
"scirpt" "scirpt"
], ],
"author": { "author": {
"name": "01.InformationSave", "name": "stary.Evo",
"url": "https://www.unity3d.com" "url": "https://www.unity3d.com"
} }
} }