111
This commit is contained in:
@@ -17,9 +17,10 @@ namespace Stary.Evo
|
|||||||
{
|
{
|
||||||
[LabelText("场景名称")] public string sceneName;
|
[LabelText("场景名称")] public string sceneName;
|
||||||
|
|
||||||
|
#if UNITY_EDITOR
|
||||||
[LabelText("场景实例")] [OnValueChanged("LoadScenePath")]
|
[LabelText("场景实例")] [OnValueChanged("LoadScenePath")]
|
||||||
public SceneAsset sceneAsset;
|
public SceneAsset sceneAsset;
|
||||||
|
#endif
|
||||||
[LabelText("场景路径")] [ReadOnly] public string scenePath;
|
[LabelText("场景路径")] [ReadOnly] public string scenePath;
|
||||||
[LabelText("场景标识符")] [ReadOnly] public string sceneIdentifier;
|
[LabelText("场景标识符")] [ReadOnly] public string sceneIdentifier;
|
||||||
#if UNITY_EDITOR
|
#if UNITY_EDITOR
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "com.staryevo.main",
|
"name": "com.staryevo.main",
|
||||||
"version": "2.0.16",
|
"version": "2.0.17",
|
||||||
"displayName": "00.StaryEvo",
|
"displayName": "00.StaryEvo",
|
||||||
"description": "This is an Framework package(后台服务器版本,端口9527)",
|
"description": "This is an Framework package(后台服务器版本,端口9527)",
|
||||||
"unity": "2021.3",
|
"unity": "2021.3",
|
||||||
|
|||||||
Reference in New Issue
Block a user