Hey, I've been following the 2D rpg tutorial and have gotten up to step 14 Random Battle where I set up a random battle component in the scene. I've got the mushroom combatants ready to go, a trigger box over the scene, and a battle start schematic set up as the previous tutorial describes, however it doesn't do anything at all when I walk around the scene. I verified the box trigger is working in other conditions and set up the battle start schematic to log out some info at the beginning with still nothing happening. Is there something I should look out for when setting up a random battle area (or any battle component in a similar setup) or some way I could get better log output for what's going on inside the random battle component? I am using the free demo version so would not be able to open it up and debug the component itself. Also, I've verified that the player is part of the player faction and that InBattle remains false throughout runtime.
Any advice on this is appreciated, I'm new to the whole ork system and really impressed with what I'm seeing.