// Use this for initialization
 void Start()
 {
     Instance = this;
     DontDestroyOnLoad(this);
     InventoryMenu.enabled = false;
     StatsMenu.enabled     = false;
 }
 private void Awake()
 {
     Instance = this;
 }