Search Issue Tracker
Build & Run Universal apps on Local Machine does not run the first time
To reproduce: 1. Create a new project 2. Set the platform to Windows Store, with Universal 8.1 sdk 3. Set the build and run on to "L... Read more
[WP8.1][WP10] SystemInfo.supportsVibration return incorrect value
To reproduce: 1. Build and run attached project 2. Notice that SystemInfo.supportsVibration returns false 3. Press vibrate button 4... Read more
[UWP] Editor's player settings are missing "Bluetooth" capability
In Visual Studio 2015, Package.appxmanifest capabilities list has "Bluetooth" option. In editor's player setting there is no such ca... Read more
[WSA] Build and Run On option is greyed out selecting Universal 10 SDK
Impossible to select Build and Run on target, when Universal 10 SDK is selected. Repro image: https://oc.unity3d.com/index.php/s/w6... Read more
[WSA] TouchScreenKeyboard.wasCanceled is always false
On WSA platform keyboard wasCanceled flag is always false. TouchScreenKeyboard.wasCanceled is not supported on WSA by design. Docum... Read more
ArgumentException building plugin scene
When trying to build the project to Windows Store Apps platform, it produces this error: ArgumentException: The Assembly Microsoft.... Read more
JsonUtility.ToJson() crashes when serializing objects which have arrays ...
Workaround: add a public int variable as the first field of that object. For example: [Serializable] class CrashingClass { publ... Read more
[manual] missing definition for UNITY_METRO
The definition for UNITY_METRO is missing in the following page: http://docs.unity3d.com/Manual/WindowsUniversalApps-faq.html This ... Read more
Screen.orientation doesn't work correctly on tablets
Screen.autorotateToPortrait = false; Screen.autorotateToPortraitUpsideDown = false; Screen.orientation = ScreenOrientation.AutoRotat... Read more
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Editor gets stuck on the "Reloading Domain" window when the Play Mode is entered and exited a few times in a short period
- Undoing Animator Parameter name change breaks references to it
- Crash on BV4_OverlapBoxAll when moving in play mode
- Custom mesh water surface normal map fades out when Y Position increases
- [Android] Flickering artifacts when using "ScriptableRenderer.EnqueuePass(RenderPassEvent.BeforeRenderingPostProcessing)" multiple times