// Start is called before the first frame update new void Start() { base.Start(); if (DM.Instance != null) { DM.RegisterPlayer(entityName, this); } }