private void OnDestroy() { Instance = null; }
private void Awake() { Instance = this; _transform = transform; }