Search Issue Tracker
Incorrect results when calling SetActive on WP8 emulator
Calling setActive on a hierarchy of uGUI objects gives bad results on WP8 emulator. In this case disabling the parent object does no... Read more
TouchScreenKeyboard documentation does not mention support for WP8
It should mention that WP8 also supports this. http://docs.unity3d.com/ScriptReference/TouchScreenKeyboard.html Read more
PlayMaker throws ReflectionTypeLoadException when building for WP8
To reproduce:1. Import "realrepro" package. It contains playmaker.2. Try to build for WP8 - ReflectionTypeLoadException is thrown Bu... Read more
Setting TouchScreenKeyboard.value resets caret position
If TouchScreenKeyboard.text would be set while keyboard is open, caret position would be re-set instead of being after the last symbol. Read more
WP8 player fails to build if project has const float in coroutine
The following lines will cause build to fail:IEnumerator Test(){const float testFloat = 1f;yield break;} Read more
Screenshot taken in Landscape mode is not rotated accordingly on WP8
Steps to reproduce:1. Add the following script to any project:Texture2D screenshot;void OnGUI(){if (screenshot != null) {GUI.DrawTex... Read more
InputField's OnValueChanged is not firing on WP8
To reproduce:1. Open attached project2. Open scene example. It contains an input field and a label that gets changed to the text ent... Read more
[WP8] Pause-resuming the standard assets project causes a crash (access ...
To reproduce:1. Open the standard assets project2. Build & run for WP83. Pause the app4. Resume5. Notice that the app crashed. V... Read more
WP8 app hangs when calculating a specific navmesh path
To reproduce:1. Open the project attached2. Build for wp8 and open up the solution on VS3. Deploy4. In the game walk up to the colum... Read more
Plugin librabries can not be developed independently from unity
To reproduce:1. Build a WP8 project with a plugin (like the one attached)2. Navigate to the "ExternalLibrary.dll" in the build3. Cra... 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
- Text render issues and various exceptions in TextCore when using TextSettings option "Match Material Presets"
- NullReferenceException error is thrown when unpacking multiple instances of the same UI Document
- URP Decal Projectors don't render when they are hidden in the Hierarchy, unlike other GameObjects
- Reflection Probe “adjusting number of stops to over or under expose the texture” setting does not update in Scene realtime
- UI Toolkit rendered text breaks when toggling FontWeight styles through code