Unity ECS - Not visible in Scene View

847 views Asked by At

I have a simple Unity project using the Entities and Entities Graphics packages, and it is working fine in the Game View but not visible in the Scene View. Have I missed a step?

2

There are 2 answers

0
chantey On

There is an option in Preferences -> Entities -> Scene View Mode.

Change this from Authoring Data to Runtime Data.

enter image description here

0
abirpahlwan On

In Unity Editor 2022.3.X, from menu options go to Edit -> Preferences -> Entities -> Baking.

Click the dropdown menu and change Authoring Data to Runtime Data.

Unity Preferences Entities