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
- Property field override bar does not update transparency correctly when switching between valid and invalid GameObjects
- Project window selection is not updated when search term is changed
- Error when adding valid MonoBehaviour script to Prefab in Project window
- Editor Launch Screen will close when Enter is pressed on it
- ObjectPool's pool is destroyed when entering Play Mode without reloading Domain
Add comment