There should be a tutorial on how to create Real Time Strategy games because I have no idea how to do that. Please anyone make a tutorial if you know how to create RTS games in Flax Engine.
Here are some small samples which might be useful for RTS games:
- Terrain generation for the level: HOWTO: Create terrain from code | Flax Documentation
- Foliage generation for the level: HOWTO: Create foliage from code | Flax Documentation
- AI Crowd to properly follow paths in a group of units: Nav Crowd | Flax Documentation
Thank you.