This commit is contained in:
2025-10-31 12:27:49 +08:00
parent 9462e80517
commit eb158965ce
2 changed files with 3 additions and 2 deletions

View File

@@ -17,9 +17,10 @@ namespace Stary.Evo
{
[LabelText("场景名称")] public string sceneName;
#if UNITY_EDITOR
[LabelText("场景实例")] [OnValueChanged("LoadScenePath")]
public SceneAsset sceneAsset;
#endif
[LabelText("场景路径")] [ReadOnly] public string scenePath;
[LabelText("场景标识符")] [ReadOnly] public string sceneIdentifier;
#if UNITY_EDITOR

View File

@@ -1,6 +1,6 @@
{
"name": "com.staryevo.main",
"version": "2.0.16",
"version": "2.0.17",
"displayName": "00.StaryEvo",
"description": "This is an Framework package(后台服务器版本端口9527)",
"unity": "2021.3",