Hi, I’ve been learning the new ECS/DOTS unity framework for the past 4 months, and I just recently stumbled upon a situation where I couldn’t find the Entities package available anymore.
After some research, a friend of mine shared this ( Visibility changes for preview packages in 2020.1 ) with me, and then I noticed one of the packages that was pulled off from visibility was Unity.Entities.
I’m just curious on why this package was pulled off from visibility, since I’ve been investing some time in learning it, so I just want to be sure this won’t be deprecated at some point.
They don’t plan for entities to be verified by the time 2020.2 releases. So it’s hidden. Personally, I wish they’d unhide collections (or at least move NativeList to core), since that one is extremely important to using jobs/burst (at least half my jobs would not be possible without it – aside from recreating that functionality locally), but c’est la vie.