修改scenne标签

This commit is contained in:
2025-06-17 11:05:53 +08:00
parent a255d08533
commit 7fe716baab
2 changed files with 3 additions and 7 deletions

View File

@@ -1,6 +1,7 @@
using System; using System;
using Sirenix.OdinInspector; using Sirenix.OdinInspector;
using UnityEngine; using UnityEngine;
using UnityEngine.SceneManagement;
namespace Stary.Evo namespace Stary.Evo
{ {
@@ -44,10 +45,5 @@ namespace Stary.Evo
Scene Scene
} }
public enum LoadSceneMode
{
Single,
Additive,
}
} }
} }

View File

@@ -1,6 +1,6 @@
{ {
"name": "com.staryevo.main", "name": "com.staryevo.main",
"version": "1.2.17", "version": "1.2.18",
"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",