1.I only know that Random Start Battle requires walking the character in the Box Collider to start the battle. Well, I want to create a button and when pressed it will start a fight immediately. instead of walking randomly
2.Can I use Unity's buttons or do I have to use Makinom's only?
3.Is there a way to start a battle using Schematic or do you have to use Ork Freamwork > Battle only?
Use a Battle component for that - it can be started via trigger, interacting, automatically or started by buttons (adding it as On Click action using the BattleComponent.StartInteraction function).
You can also use the Start Battle node to start a game object's battle (either via the Battle component or a combatant on the game object).
Please consider rating/reviewing my products on the Asset Store (hopefully positively), as that helps tremendously with getting found. If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
You can also use the Start Battle node to start a game object's battle (either via the Battle component or a combatant on the game object).
If you're enjoying my products, updates and support, please consider supporting me on patreon.com!