Just a heads up, tried booting up the updated samples in Unity 2018.2.0b11 Personal edition and am seeing errors out of box.
Namely,
(0,0): Unable to start the incremental compiler service:System.Exception: Subscribe exception: EAGAIN(11): Resource temporarily unavailable
System.Threading.ThreadHelper:ThreadStart()
followed by
(0,0): Object reference not set to an instance of an object
very much similar to my issues in my original thread:
which I originally resolved by editing the manifest JSON to use “com.unity.entities”: “0.0.12-preview.4”, and removed the incremental compiler. Since then I’ve only been working with entities preview 4 and can’t update to later versions due to 5+'s dependencies on the incremental compiler (or so I’ve read). I’ve also read in other threads that apparently people have been able to update the incremental compiler past preview 1? I don’t see any such option to go past preview 1 in the package manager and updating it manually in the manifest gives me an error window popup on loading Unity about how 2+ doesn’t exist.
Maybe I’m missing some steps that other people have figured out? It would be nice to be able to be on the latest versions.