I have a 2d scene with tile based movement and a 3d scene with first person controls.
The goal is to have a weapon/item that hacks enemies and you would play the minigame in the 2d scene on a screen attached to that weapon/item in the 3d scene
BUT I want to have it so you're able to independently control both and the gameplay would be having to multi task playing the minigame and following the enemy while you do it
- I'll have it so you're always facing the enemy while this is going on.
Any easy way to do that like with a projection or something? I'm very new to all this but I'm dead set on this idea until its beyond my capability.