Hi guys. Help me with this issue.
I have a game with split screen - on the one screen we have FPS controller, on the second screen we have camera above the player like in RTS(i want to combine two gameplay in one scene).
So, in some cases I need to use RTS UI on the second screen, and won’t affect the FPS controller screen at this time.
The idea was show cursor and turn off the FPS controller by pressing TAB button, and reverse back on second press. I did pretty simple fsm with this mechanic in the manager object, but as soon as I show the cursor, I loose control over FPS controller and can’t get it back - its stuck, and nothing happening. I can hide and show cursor but I lost control over controller even I removed all actions relate to freeze and unfreeze this FPS controller.
So, how I can return into FPS controller from RTS camera when I press button?
(I use Unity FPS microgame asset for FPS controller)