修改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 Sirenix.OdinInspector;
using UnityEngine;
using UnityEngine.SceneManagement;
namespace Stary.Evo
{
@@ -43,11 +44,6 @@ namespace Stary.Evo
Prefab,
Scene
}
public enum LoadSceneMode
{
Single,
Additive,
}
}
}

View File

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