how do I make full control sceme that is inverted?
hey I'm trying to make a short game where the controls are inverted, like cross=down d-pad, square=right d-pad, camera and movement controls are swapped i.e. left stick is camera and right stick is character movement. pretty much how do I make the controls inverted?
-
Just plug things into different things I guess?
You could maybe use a dummy controller sensor that you use the outputs from. Then an "inverted" controller sensor that you wire the controls out of and into their inverted control on the dummy sensor. So, inverted X -> dummy down dpad.
As for the camera, you'd need to make your own camera rig to get that to work, but it's doable. https://www.youtube.com/playlist?list=PLX3qX-yI9vm7PIAosYyd4ii84Q6puufQB
請登入寫評論。