I currently use RenderMeshUtility to create runtime entities that are rendered with a mesh and a material.
Is there anything similar for lights? I don’t see an IComponentData for a light, so I’m not exactly sure how to create and update lights with ECS.