public virtual void Awake()
 {
     mover = this.gameObject.AddComponent<RenderUtilityMover>();
     mover.isSelfDestructive = false;
 }
 public virtual void Awake()
 {
     mover = this.gameObject.AddComponent <RenderUtilityMover>();
     mover.isSelfDestructive = false;
 }