private void Start() { instance = instance ?? this; StartingSetup(); }
private void Awake() { instance = instance ?? this; }