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