private void Awake() { instance = instance ?? this; }
// Use this for initialization void Start() { instance = instance ?? this; parralaxingBackGround = gameObject.GetComponentsInChildren <ParralaxingBackGround2>(); }