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