My team and I have been working on a DOTS game, and some sort of foul up has damaged our Burst Package.
However. For the life of me, I am unable to find the repository for the latest stable Burst version.
I would seriously - massively - appreciate a list of DOTS package links so I can update our project and get things moving again. The entire DOTS packages space is hard to navigate - understandable as it’s still in preview - but still there should be a reasonably obvious central repository of links.
Unless I’m just blind, which I’d be happy to know.
here is my list of working packages, and if you are still stuck, the “reset packages to default” menu works really well.
I tried to install the new unity network transport, it did update com.unity.collections to a newer version that broke com.unity.entities and I had a hard time to resolve that.
LurkingNinja, we have version control. But there’s nothing to revert to, as I have no idea what the real problem is. The burst version was never touched, or anything. I believe - now - that it was a version mismatch.
Among other things version control could help you to figure out what is the problem. You revert one back, test, if the problem persists, then go back one more… you can test what you did without compromising your code.
This is of course if you version control your manifest file and you treat every update as you should: separate, serious events and commit them to version control.