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
- [sw-unity-6-1] Scene view renders any light differently when more than one camera exists and neither have the "MainCamera" tag
- Project tab navigates to the previous folder when undoing (CTRL+Z) GameObject placement in the Scene
- Blue lines appear on the sides of the "Fit Canvas" or "Fit viewport" button when it's clicked in the UI Builder.
- PlayableDirector's state remains set to Playing even when the timeline's time property exceeds its duration.
- Favorites section does not collapse in the Project window when holding the ALT key
Add comment