/// <summary> /// Cleaner way of going about getting an object from the IDManager. /// </summary> /// <returns>The object with the associated ID from within the scene.</returns> private GameObject GetSceneObject() { return(idManager.GetObjectByID(data.associatedID)); }