- Home /
Question by
Frendyy · Oct 20, 2018 at 03:09 PM ·
scripting problemuicharacterfirst person controllerscroll view
Scroll Rect not working
Scroll Rect not work on android and on unity remote when the "first person controller" script is enabled. It seems this is the fault of these lines:
float horizontal = CrossPlatformInputManager.GetAxis("Horizontal");
float vertical = CrossPlatformInputManager.GetAxis("Vertical");
P.S Unity Version - 2018.2.13f1
Comment
Your answer