Cross Track Point和Trail的进一步制作,修复Duplicate的Guid Bug
Ctrl+M切摄像机
This commit is contained in:
@@ -114,10 +114,17 @@ namespace Ichni.Editor
|
||||
EditorManager.instance.uiManager.mainPage.resolutionHints.SetSafeAreaFrame();
|
||||
}
|
||||
|
||||
// 开关所有静态窗口
|
||||
if (Keyboard.current.uKey.wasPressedThisFrame)
|
||||
{
|
||||
EditorManager.instance.uiManager.SetAllStaticWindowsActive();
|
||||
}
|
||||
|
||||
//切换摄像机
|
||||
if (Keyboard.current.mKey.wasPressedThisFrame)
|
||||
{
|
||||
EditorManager.instance.cameraManager.SwitchCamera();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -28,9 +28,6 @@ namespace Ichni
|
||||
//DontDestroyOnLoad(gameObject);
|
||||
LoadThemeBundle("departure_to_multiverse");
|
||||
LoadThemeBundle("basic");
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
public bool TryGetThemeBundle(string themeBundleName, out ThemeBundle themeBundle)
|
||||
@@ -51,8 +48,6 @@ namespace Ichni
|
||||
|
||||
public T GetObject<T>(string themeBundleName, string objectName) where T : class//?
|
||||
{
|
||||
print(themeBundleName + " " + objectName);
|
||||
|
||||
var i = loadedThemeBundleList.Find(bundle => bundle.themeBundleName == themeBundleName)?.GetObject<T>(objectName);
|
||||
if (i == null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user