I’m following along some videos on the ECS GitHub project (Unity DOTS EntityComponentSystem - “Tanks” Tutorial walkthrough) and I’m just trying to see in the editor inspector how things are changing to the GameObject being driven by the system.
When I select the runtime GameObject in the scene view and look at the inspector with the Runtime mode set I can see the Local Transform, etc. components, but nothing is changing even though the GameObject is moving around the scene view.
So I guess since these are entities we won’t have any of the runtime feedback in the editor (gizmos to show local orientation, inspector fields updating values, etc.)?
I’m using v2022.3.9f1 and entities v1.0.10.