mirror of
https://github.com/RaindropViewer/RaindropViewer.git
synced 2026-07-27 22:11:39 +00:00
bugfix: add Editor-specific conditional compilation
This commit is contained in:
committed by
alexiscatnip
parent
79f92d032c
commit
7afeed5296
@@ -38,6 +38,7 @@ namespace Raindrop.Bootstrap
|
||||
#endif
|
||||
}
|
||||
|
||||
#if UNITY_EDITOR
|
||||
/// <summary>For in-editor usage only.</summary>
|
||||
public static void InternalPlayModeStateChanged(PlayModeStateChange state)
|
||||
{
|
||||
@@ -53,6 +54,7 @@ namespace Raindrop.Bootstrap
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
#region Bootstrap functions
|
||||
|
||||
private void StartUIScene()
|
||||
|
||||
Reference in New Issue
Block a user