diff --git a/Assets/Scripts/Startup.cs b/Assets/Scripts/Startup.cs index 89602d7..b92aecd 100644 --- a/Assets/Scripts/Startup.cs +++ b/Assets/Scripts/Startup.cs @@ -15,7 +15,8 @@ namespace JTN public TMP_Text MessageText; [ShowOnly] public int MissingAssetFiles = 0; public List FilesThatMustExistInStreamingAssetsToSwitchScenes = new List() { - Path.Combine("Audio", "Audio.blk") + Path.Combine("Audio", "GeneratedSoundBanks", "Windows", "BGM_S.bnk"), + Path.Combine("Audio", "GeneratedSoundBanks", "Windows", "Init.bnk") }; [ShowOnly] public string MissingFiles = ""; @@ -52,7 +53,8 @@ namespace JTN { UIDocument UIDoc = ObjectWithUIDocument.GetComponent(); VisualElement root = UIDoc.rootVisualElement; - root.Q