modify
This commit is contained in:
parent
dbfe8d7453
commit
7c11438a77
@ -7,7 +7,7 @@ using YooAsset.Editor;
|
||||
|
||||
namespace BuildCLI
|
||||
{
|
||||
public static class TestBuildCLI
|
||||
public static class JenkinsBuildCLI
|
||||
{
|
||||
[MenuItem("Test/Build Offline Exe")]
|
||||
public static void TestBuildExe()
|
@ -40,8 +40,8 @@ public class SwitchSceneToolBar : IMGUIContainer
|
||||
GUILayout.EndHorizontal();
|
||||
}
|
||||
|
||||
static string[] ScenePath = new[] { "Assets/Bundles/Scenes/", "Assets/Scenes/" };
|
||||
private static string RootScenePath = "Assets/Bundles/Scenes/";
|
||||
static string[] ScenePath = new[] { "Assets/Bundles/", "Assets/Scenes/" };
|
||||
private static string RootScenePath = "Assets/Bundles/";
|
||||
private static string BundleScenePath = "Assets/Scenes/";
|
||||
|
||||
static void DrawSwithSceneDropdownMenus()
|
||||
|
Loading…
Reference in New Issue
Block a user