更新程序集

This commit is contained in:
2025-04-10 12:10:24 +08:00
parent e94ecccb8b
commit 925dc0f3de
8 changed files with 34 additions and 43 deletions

View File

@@ -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
}

View File

@@ -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:

View File

@@ -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;

View File

@@ -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");
// }
}
}

View File

@@ -1,3 +0,0 @@
fileFormatVersion: 2
guid: 8775212800004330b3958e498e4ac71f
timeCreated: 1735626740

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

@@ -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:

View File

@@ -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",