Releases: laicasaane/simple_setup_ecs_2d
Releases · laicasaane/simple_setup_ecs_2d
4.0.2
- Update the project to use Companion GameObject from Unity Entities (called "Version 2").
- Add a button to switch between version 1 and 2 of the hybrid approach.
- Document why we shouldn't put
[BurstCompile]
on some methods. - Some house keeping chores.
- Update document for version 4.0.0
3.1.0
- Refactor some code
- Teleport characters to the opposite side of the screen if the went out of bounds
3.0.0
Add more functionality
- Spawn multiple characters
- Randomly set the animation for each character
- Automatically move characters
- Can change global move speed for all characters in real-time
- Destroy entities