private void Awake()
 {
     instance = this;
 }
 private void Awake()
 {
     instance = this;
     Tools.DeprecationWarning(this);
 }