Hi guys!
I'm making an Xbox port of my PC game. I use PlayMaker to script everything. Basically the game is a first person adventure (like Gone Home, or Firewatch). To use an object I use an action called "Mouse Pick Event" - raycasting from mouse. I checked the game on my Xbox One dev kit, and I was surprised that "Mouse Pick Event" works fine - exactly like it works on PC. But there is one little problem - I have a script to lock mouse cursor in the center of the screen, and change it's image to a crosshair. But on Xbox the cursor is locked in the corner instead (at 0,0 position) - I can see it, because it still has the crosshair image on. I guess it's locked at 0,0 because there is no mouse cursor on Xbox, right? So I am looking for any workaround - maybe someone will have some idea? I was thinking that maybe if there is a way to enable mouse cursor on Xbox, then I could lock it in the center of the screen?
Thank you very much for any suggestions!