更新程序集
This commit is contained in:
@@ -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
|
||||||
|
}
|
||||||
@@ -1,12 +1,6 @@
|
|||||||
fileFormatVersion: 2
|
fileFormatVersion: 2
|
||||||
<<<<<<<< HEAD:Assets/05.TableTextConversion/RunTime/Abstract.meta
|
|
||||||
guid: 0edb4ada55e89774580e0ebd17f45267
|
guid: 0edb4ada55e89774580e0ebd17f45267
|
||||||
folderAsset: yes
|
|
||||||
DefaultImporter:
|
|
||||||
========
|
|
||||||
guid: 31bb7766059e37c42b8898e180dc877f
|
|
||||||
AssemblyDefinitionImporter:
|
AssemblyDefinitionImporter:
|
||||||
>>>>>>>> 02.InformationSave:Assets/02.InformationSave/Editor/InformationSave.Editor.asmdef.meta
|
|
||||||
externalObjects: {}
|
externalObjects: {}
|
||||||
userData:
|
userData:
|
||||||
assetBundleName:
|
assetBundleName:
|
||||||
|
|||||||
@@ -2,7 +2,6 @@ using System;
|
|||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
using Stary.Evo.InformationSave.Data;
|
|
||||||
using Newtonsoft.Json;
|
using Newtonsoft.Json;
|
||||||
using UnityEditor;
|
using UnityEditor;
|
||||||
using UnityEngine;
|
using UnityEngine;
|
||||||
|
|||||||
@@ -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");
|
|
||||||
// }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
fileFormatVersion: 2
|
|
||||||
guid: 8775212800004330b3958e498e4ac71f
|
|
||||||
timeCreated: 1735626740
|
|
||||||
@@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
"name": "InformationSave.RunTime",
|
||||||
|
"rootNamespace": "",
|
||||||
|
"references": [],
|
||||||
|
"includePlatforms": [],
|
||||||
|
"excludePlatforms": [],
|
||||||
|
"allowUnsafeCode": false,
|
||||||
|
"overrideReferences": false,
|
||||||
|
"precompiledReferences": [],
|
||||||
|
"autoReferenced": true,
|
||||||
|
"defineConstraints": [],
|
||||||
|
"versionDefines": [],
|
||||||
|
"noEngineReferences": false
|
||||||
|
}
|
||||||
@@ -1,12 +1,6 @@
|
|||||||
fileFormatVersion: 2
|
fileFormatVersion: 2
|
||||||
<<<<<<<< HEAD:Assets/05.TableTextConversion/RunTime/Base.meta
|
guid: ec45849e30ba03e4dab386099d8c697b
|
||||||
guid: ca7a0a132de6398478af76115d876a86
|
|
||||||
folderAsset: yes
|
|
||||||
DefaultImporter:
|
|
||||||
========
|
|
||||||
guid: 798515657a60df04299a490c4f01f2b7
|
|
||||||
AssemblyDefinitionImporter:
|
AssemblyDefinitionImporter:
|
||||||
>>>>>>>> 02.InformationSave:Assets/02.InformationSave/RunTime/InformationSave.RunTime.asmdef.meta
|
|
||||||
externalObjects: {}
|
externalObjects: {}
|
||||||
userData:
|
userData:
|
||||||
assetBundleName:
|
assetBundleName:
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "com.staryevo.informationsave",
|
"name": "com.staryevo.informationsave",
|
||||||
"displayName": "02.InformationSave",
|
"displayName": "02.InformationSave",
|
||||||
"version": "1.0.1",
|
"version": "1.0.2",
|
||||||
"description": "位置配置工具",
|
"description": "位置配置工具",
|
||||||
"unity": "2021.3",
|
"unity": "2021.3",
|
||||||
"unityRelease": "30f1",
|
"unityRelease": "30f1",
|
||||||
|
|||||||
Reference in New Issue
Block a user