A question about Enemy turns/Collision
Posted: Tue Jun 03, 2025 7:19 pm
HI
I'm currently prototyping a project, its a "Live" turn system, similar to how legend of Grimrock works, where the player and enemy "Turns" are independent of each other.
I'm having an issue where there's an edge case where the player and the enemy can navigate to the same space at just the right time and end up overlapping each other.
Is there something like a turn manager for a non-turn based game i can create or should I create a collider where the enemy is going to move to instantly, i feel like there's an easier way to do what i want somewhere in here without overcomplicating things.
I'm currently prototyping a project, its a "Live" turn system, similar to how legend of Grimrock works, where the player and enemy "Turns" are independent of each other.
I'm having an issue where there's an edge case where the player and the enemy can navigate to the same space at just the right time and end up overlapping each other.
Is there something like a turn manager for a non-turn based game i can create or should I create a collider where the enemy is going to move to instantly, i feel like there's an easier way to do what i want somewhere in here without overcomplicating things.