You've already forked UniversalViewer
Eversoul:
-compatibility improvements Core: -new settings class
This commit is contained in:
@@ -12,8 +12,8 @@ public class DanMachiModelViewerMain : ModelViewerMain
|
||||
|
||||
protected override void Awake()
|
||||
{
|
||||
_backupTimers = _backupTimes.ToArray();
|
||||
CurrentScene = SceneContainer.Create<DanMachiSceneContainer>(this);
|
||||
base.Awake();
|
||||
}
|
||||
|
||||
private IEnumerator Start()
|
||||
@@ -33,11 +33,6 @@ public class DanMachiModelViewerMain : ModelViewerMain
|
||||
}
|
||||
yield return 0;
|
||||
}
|
||||
|
||||
if (!MainCameraOrbit.Frames.Any())
|
||||
MainCameraOrbit.SetDefaultFrame();
|
||||
|
||||
_mainInstance = this;
|
||||
}
|
||||
|
||||
private void Update()
|
||||
|
||||
Reference in New Issue
Block a user