From 7fe716baabc7fd34c3dd315f900c939a41af1bbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E9=93=AE?= <834207172@qq.com> Date: Tue, 17 Jun 2025 11:05:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9scenne=E6=A0=87=E7=AD=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/00.StaryEvo/Runtime/PlayerSettings/DomainConfig.cs | 8 ++------ Assets/00.StaryEvo/package.json | 2 +- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/Assets/00.StaryEvo/Runtime/PlayerSettings/DomainConfig.cs b/Assets/00.StaryEvo/Runtime/PlayerSettings/DomainConfig.cs index c83dc6b..2acbff9 100644 --- a/Assets/00.StaryEvo/Runtime/PlayerSettings/DomainConfig.cs +++ b/Assets/00.StaryEvo/Runtime/PlayerSettings/DomainConfig.cs @@ -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, - } + } } \ No newline at end of file diff --git a/Assets/00.StaryEvo/package.json b/Assets/00.StaryEvo/package.json index 7d600a2..88e9ed5 100644 --- a/Assets/00.StaryEvo/package.json +++ b/Assets/00.StaryEvo/package.json @@ -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",