Hello world ! I need to add multiple control type in my game for example in the settings the player can switch between using the buttons to move or the accelerometer
Try creating two separate GamePlay Worlds, one world would have buttons to move, the other world would have accelerometer. To navigate to each world, add a Navigation Button.
itzonator fist thanks a lot for your answer but I have a complicated game with more than 30 world I can't multiply all this worlds I need a solution more professional
How many WORLD UI's you have available? You might have 30 Worlds, but you can have just 1 World UI for all. Therefore, create 2 World UI's for all worlds. No need to create separate World UI for each world. 1. World UI with buttons to move (30 Worlds would link to this World UI) 2. World UI with accelerometer (30 Worlds would link to this World UI) Just make sure you rename each World UI to the appropriate name to know which one is which.
Yes 2 world UI But in this case the player will always need to choise one of them in any world during the game I want it to be just once and the player modify it in the settings Like the most games
You cannot create such thing with BuildBox, based on my knowledge with it. To have a switch button in Settings to change controller's mode. I shared with you how would I do it
Yeah of course at first I've create two UI worlds one for the buttons and other one for the accelerometer and I've put a button to exchange the controle's type so the player can change it while playing the game I've tested it in my phone and it's good enough for now at least