Is there a good way to remove the LocalToWorld, Rotation, and Translation components that are automatically generated from game objects in a Subscene or converted with the ConvertToEntity script?
Many of the entities I’m creating don’t need that data. Were I working with a MonoBehaviour based work flow I probably would create them as ScripableObjects.