void Start() { instance = this; }
void Update() { instance = this; }
void Awake() { instance = this; }