Revamp the prompt system, the bootstrapper system, the starting cinematic
This commit is contained in:
@@ -24,7 +24,7 @@ namespace AppleHills.Core.Settings
|
||||
if (_instance == null && Application.isPlaying)
|
||||
{
|
||||
_instance = FindFirstObjectByType<DeveloperSettingsProvider>();
|
||||
|
||||
|
||||
if (_instance == null)
|
||||
{
|
||||
GameObject go = new GameObject("DeveloperSettingsProvider");
|
||||
@@ -33,7 +33,7 @@ namespace AppleHills.Core.Settings
|
||||
DontDestroyOnLoad(go);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
return _instance;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user