- Home /
Question by
Jester1454 · Aug 08, 2017 at 03:06 PM ·
c#physicscollision detectionalgorithm
Mobile RTS game
Hi everyone! I want make RTS game on mobile devices on Unity. But collision system and NavMesh working very slow on mobile devices. What are the other ways for making collision system?
Comment
Writing your own collision. $$anonymous$$ost rts games work in grids, so you can check if you can step in a specified tile or not, or if u do then you can simulate certain effects.