I installed the Hybrid Render Package, entities package, and dots editor package in both my game and then in a totally new URP game and the Dots menu isn't coming up. Instead, Im getting a whole bunch of error codes even in a brand-new game with nothing to conflict with but the packages themselves. All I want todo is convert my game objects to entities and I can manage to make a subscene but they just disappear when I play the game.
#Installing the required packages doesn't present the Dots menu.
1 messages · Page 1 of 1 (latest)
Installing the required packages doesn't present the Dots menu.
This is my error code
What version of Entities and Entities.Graphics packages have you installed?
And there is no editor package in DOTS packages
Everything is fully up to date (1.2.3) . Am I not supposed to have the DOT editor package
As you can see this is very ancient package. It will not work with recent Entities.
You should remove it
And Hybrid Renderer is called Entities.Graphics now.
If you installed "Hybrid Renderer" package - it is also an outdated version
Thanks for the suggestion I'm removing them now to see if that changes anything.
ok tysm it did remove the error codes so I can test my game now. Is there supposed to be a DOTS tab on the top banner where like file and edit are? I think I need it for converting gameobjects to entities according to this
You are reading some outdated documentation. This is actual: https://docs.unity3d.com/Packages/com.unity.entities@1.2/manual/index.html
Unity 2020 is not supported anymore
You should use 2022.3, or 6000
For the beginning you need Entities v1.2.3 and Entities.Graphics v1.2.3
Then you can add Netcode for Entities and Unity.Physics packages
When I put my gameobjects into a subscene to convert them into entities are they supposed to disapear?