Search Issue Tracker
Fixed
Votes
0
Found in
5.0.0b21
Issue ID
667314
Regression
No
[StandardAssets][WP8]RollerBall throws errors with mobile input
To reproduce:
1. Import the standard assets project
2. Open scene "RollerBall"
3. Make sure mobile input is enabled and the target is set to WP8
4. Enter play mode
5. Notice the errors in console: There is already a virtual axis named Horizontal registered.
UnityEngine.Debug:LogError(Object)
UnityStandardAssets.CrossPlatformInput.VirtualInput:RegisterVirtualAxis(VirtualAxis) (at Assets/Standard Assets/CrossPlatformInput/Scripts/VirtualInput.cs:38)
UnityStandardAssets.CrossPlatformInput.CrossPlatformInputManager:RegisterVirtualAxis(VirtualAxis) (at Assets/Standard Assets/CrossPlatformInput/Scripts/CrossPlatformInputManager.cs:59)
UnityStandardAssets.CrossPlatformInput.TouchPad:CreateVirtualAxes() (at Assets/Standard Assets/CrossPlatformInput/Scripts/TouchPad.cs:73)
UnityStandardAssets.CrossPlatformInput.TouchPad:OnEnable() (at Assets/Standard Assets/CrossPlatformInput/Scripts/TouchPad.cs:56)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Add comment