using System.Collections.Generic;using UnityEngine;public class DatabaseManager : MonoBehaviour{ static public DatabaseManager instance; public string[] var_name; public float[] var; public string[] switch_name; public bool[] switches; public List itemList = new List(); private PlayerStat thePlayerStat; public GameObject prefabs_Floating_Text; public GameObject parent;..