Help with the example projects for 1.0

Am I the only one who is struggling to install the example projects? Fresh install of ECS 1.0.

I’m trying to keep it super simple by just putting the ECSSamples folder in the assets folder. I had to add this to the end of the project manifest file to clear out a bunch of compile errors:

“testables”: [
“com.unity.collections”,
“com.unity.entities”,
“com.unity.jobs”,
“com.unity.entities.graphics”
]

Now it loads and compiles but there are missing scripts on components. It shouldn’t be this hard…am I missing something?

Don’t copy into an assets folder. Just clone the project and open it directly from Unity Hub.

1 Like

that worked - thank you