Hi :)
I'm trying to start a turn-based battle using the Battle Start trigger component, but when my player enters the zone, nothing happens. I have confirmed that the player successfully entered the Battle Start's sphere collider.
I'm working on my own project, but to be sure of a result, I applied the exact configuration from the 3D RPG Playground tutorial, including the same schematics. My intention was to customize it later. However, the battle does not start, and I am not getting any error messages in the console.
The battle scene's ID is set to 0 (for the first combat). The enemy is the Snake from the tutorial.
What could be blocking the battle from starting? Is there a way to use a script or any other method to debug and find out which step is preventing the Battle Start from launching correctly?
Thank you in advance