Search Issue Tracker

0
votes
Duplicate

Incorrect results when calling SetActive on WP8 emulator

WP8

-

Jul 08, 2014

-

Version/s: 4.6.0b12

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

0
votes
Fixed

TouchScreenKeyboard documentation does not mention support for WP8

WP8

-

Jun 06, 2014

-

Version/s: 4.5.1f2

It should mention that WP8 also supports this. http://docs.unity3d.com/ScriptReference/TouchScreenKeyboard.html Read more

0
votes
Won't Fix

PlayMaker throws ReflectionTypeLoadException when building for WP8

WP8

-

Jun 06, 2014

-

Version/s: 4.5.0f6

To reproduce: 1. Import "realrepro" package. It contains playmaker. 2. Try to build for WP8 - ReflectionTypeLoadException is thrown ... Read more

2
votes
Fixed

Setting TouchScreenKeyboard.value resets caret position

WP8

-

Jun 17, 2014

-

Version/s: 4.5.1p1

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

1
votes
Fixed

WP8 player fails to build if project has const float in coroutine

WP8

-

Jun 20, 2014

-

Version/s: 4.5.1f3

The following lines will cause build to fail: IEnumerator Test() { const float testFloat = 1f; yield break; } Read more

7
votes
Fixed

Screenshot taken in Landscape mode is not rotated accordingly on WP8

WP8

-

Jun 22, 2014

-

Version/s: 4.5.1f3

Steps to reproduce: 1. Add the following script to any project: Texture2D screenshot; void OnGUI() { if (screenshot != null) { ... Read more

0
votes
Fixed

InputField's OnValueChanged is not firing on WP8

WP8

-

Oct 25, 2014

-

Version/s: 4.6.0b21

To reproduce: 1. Open attached project 2. Open scene example. It contains an input field and a label that gets changed to the text e... Read more

0
votes
Fixed

[WP8] Pause-resuming the standard assets project causes a crash (access ...

WP8

-

Jul 27, 2015

-

Version/s: 5.2.0b5

To reproduce: 1. Open the standard assets project 2. Build & run for WP8 3. Pause the app 4. Resume 5. Notice that the app crashed. ... Read more

0
votes
Fixed

WP8 app hangs when calculating a specific navmesh path

WP8

-

Jun 28, 2014

-

Version/s: 4.5.1f3

To reproduce: 1. Open the project attached 2. Build for wp8 and open up the solution on VS 3. Deploy 4. In the game walk up to the c... Read more

0
votes
Fixed

Plugin librabries can not be developed independently from unity

WP8

-

Jun 26, 2014

-

Version/s: 4.5.1f3

To reproduce: 1. Build a WP8 project with a plugin (like the one attached) 2. Navigate to the "ExternalLibrary.dll" in the build 3. ... Read more

All about bugs

View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.