MinecraftECS icon indicating copy to clipboard operation
MinecraftECS copied to clipboard

This is a Workshop Project that made for a User group talk in Taiwan, It's about how to create a Minecraft like environment with huge number of blocks using ECS

Results 9 MinecraftECS issues
Sort by recently updated
recently updated
newest added

cause entities version has update to several version, will you update the project to unity 2019.3 or newer version? i can't running this project in unity 2018.4, and update the...

Hi, I upgraded the syntax to let the project be compatible with the latest version of Unity and the ECS preview packages. Hope it helps. Comments and suggestions are welcomed,...

It might be a good idea to add a license to the project. Especially if you start accepting community contributions. Something like the [Unlicense](https://choosealicense.com/licenses/unlicense/) would work well I think. "Minecraft"...

Are you open to community contributed pull requests? I think I can help improve the project some if you like.

Here is the simplified stacktrace: ```cs InvalidOperationException: GetSingleton() requires that exactly one GameSettings exist that match this query, but there are 0. Unity.Entities.EntityQueryImpl.GetSingleton[T] () (at ./Library/PackageCache/[email protected]/Unity.Entities/Iterators/EntityQuery.cs:1447) Unity.Entities.EntityQuery.GetSingleton[T] () (at ./Library/PackageCache/[email protected]/Unity.Entities/Iterators/EntityQuery.cs:2657)...