Tagged Questions
1
vote
1answer
172 views
3D/perspective Top down shooter bullet issues
I'm developing a top-down shooter with multiple levels (ground for ground units, middle level for buildings, top level for air unity).
The problem is the collision. Though I can make the collider ...
2
votes
3answers
2k views
How do I check collision when firing bullet?
I'm currently creating 2D game from top perspective. I'm having problems with bullets. Yes, I currently simulate their movement so user can see them (about 2x ). Moving them with
// this is static
...