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