场景相机初步,日志输出LogWindow
This commit is contained in:
@@ -7,6 +7,7 @@ using Ichni.RhythmGame.Beatmap;
|
||||
using Ichni.RhythmGame.ThemeBundles.Basic;
|
||||
using Sirenix.OdinInspector;
|
||||
using UnityEngine;
|
||||
using Random = UnityEngine.Random;
|
||||
|
||||
namespace Ichni
|
||||
{
|
||||
@@ -18,6 +19,7 @@ namespace Ichni
|
||||
public EditorUIManager uiManager;
|
||||
public EditorSettings editorSettings;
|
||||
public BackgroundController backgroundController;
|
||||
public CameraManager cameraManager;
|
||||
|
||||
public ProjectInformation projectInformation;
|
||||
public SongInformation songInformation;
|
||||
@@ -75,6 +77,7 @@ namespace Ichni
|
||||
"basic", "Skybox", "Background"));
|
||||
projectInformation.SetUpInspector();
|
||||
songInformation.SetUpInspector();
|
||||
cameraManager.SetUpInspector();
|
||||
}
|
||||
|
||||
private void CreateNew()
|
||||
|
||||
Reference in New Issue
Block a user