private void Awake() { if (instance == null) { instance = this; } Mesh_Renderer = GetComponent <MeshRenderer>(); }