Hey guys. I'm working on battle system right now and I have an issue.
I'm using turn-based battle system and opening it in another scene, but the problem is I want to use 2D animated gifs instead of 3D models in this battle scene. And I need every combatant to have an associated art for them.
Think of it like this: when you are traveling in the world, you use 3D models, but when you collide with enemy model, the new scene loads and battle looks a lot like Darkest Dungeon, with 2D characters.
Is there any way I could do this via ORK, or I should write my own script for that?