I’m trying to build a small game for Android, it works well until I complete a task then breaks. It works as expected in the Windows build of the game though. I think this is because I never leave the Enhanced Input Action system.
Expected outcome:
- Walk and look around with mobile touch UI (includes pressing buttons and opening menus too)
- Go to an object and Inspect it
- Clean object with finger (You can enter and exit inspect mode at any time and it works as expected)
- When finished cleaning object a little blurb pops up
- Exit the blurb
- Repeat steps 1 through 5
Current outcome:
- Walk and look around with mobile touch UI
- Go to an object and Inspect it
- Clean object with finger (You can enter and exit inspect mode at any time and it works as expected)
- When finished cleaning object a little blurb pops up
- Exit the blurb
- Can no longer move but I can look around (can’t press buttons or open menus)
My IMC_Default has AI_Look, _Move, _Inspect, _Clean, _Interact, and _Pause. I’m also using the MobileControls. Everything works as expected until I finish cleaning an object. I tried breaking the IMCs in 2, one for movement and one for actions and setting the priorities. This didn’t work and adding more then one Mapping Context into the Project Settings also breaks movement.
I’m stumped!