update required files list
This commit is contained in:
@@ -15,7 +15,8 @@ namespace JTN
|
||||
public TMP_Text MessageText;
|
||||
[ShowOnly] public int MissingAssetFiles = 0;
|
||||
public List<string> FilesThatMustExistInStreamingAssetsToSwitchScenes = new List<string>() {
|
||||
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<UIDocument>();
|
||||
VisualElement root = UIDoc.rootVisualElement;
|
||||
root.Q<Button>("OpenDevMenu").clicked += () => {
|
||||
root.Q<Button>("OpenDevMenu").clicked += () =>
|
||||
{
|
||||
root.Q<VisualElement>("Container").visible = false;
|
||||
root.Q<VisualElement>("ExtraContent").visible = false;
|
||||
DevMenu.SetActive(true);
|
||||
|
||||
Reference in New Issue
Block a user