Samples 0.0.9 and updated packages out now

We have now updated GitHub - Unity-Technologies/EntityComponentSystemSamples and the related packages.
You can read about some of the changes in the Release Notes here as usual.

We added two new projects, called Galactic Conquest and GravityDemo.
So make sure you check those out as well.

If you have your own project and want to update just hop into the Package Manager window and update the Entities package.

Enjoy

3 Likes

Cool, thanks!

What about the 0.0.9 release notes? (such as component group index injection, etc)

3 Likes

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.

Same issue here, also mentioned in this post : Incremental Compiler stuck with entities@0.0.12-preview.8

I had the issue with the official release (2018.1.6f1) while I did not add the incremental compiler anywhere.