- Home /
my sensitivity slider works in editor but not in built version of the game?,My mouse sensitivity slider works in unity but not in the built version of the game?
So basically i have a settings menu with a sensitivity slider that changes the sensitivity value in my movement script. It works perfectly in the editor test thing but not in the build game. I myself am suspecting that it might have something to do with the fact that the script is not in the same scene as the settings menu, so it changes it through the assets thing.,So i have a settings menu in my main menu and in the settings menu i have a sensitivity slider. The slider basically just changes the sensitivity value in my script. It works perfectly in the unity test thing but not in the built version of the game. I am suspecting that it might have something to do with the fact that the script is not in the same scene. So it has to change it through the assets thing.