Search Issue Tracker

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

0
votes
Fixed

Invalid path/filename in AddFramesFromFile() causes crash

Profiling

-

Jun 18, 2014

-

Version/s: 5.0.0a12

Steps to reproduce : - import the attached project- open the scene "scene.ProfileResultReader:- open the Profiler- press Play and pr... 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

0
votes
Fixed

Layer-Animations cause invalid Cast exceptions

Animation

-

Jun 18, 2014

-

Version/s: 4.5.1p1

To reproduce:1. Open 'Tutorial-done' scene. Which is in the folder 'Assets/Finished/Scenes'. (Project 'Mecanim Example Scenes' can b... Read more

1
votes
Fixed

Depth masking is broken

Mobile Rendering

-

Jun 18, 2014

-

Version/s: 4.5.1p1

This is a regression introduced with Unity 4.5. Reproduced on:Google Nexus 7 (2012, grouper) with Android 4.4.2 Reproduced with:Unit... Read more

0
votes
Fixed

4.5 shader compilation regression on preprocessor macros with \ at end

Shaders

-

Jun 17, 2014

-

Version/s: 4.5.0f6

Shader #defines with '\' at end don't seem to end if next line is an empty one. E.g. this fails: // empty line between first and sec... Read more

0
votes
Fixed

WebGL crashes on foreach on a LinkedList

WebGL

-

Jun 21, 2014

-

Version/s: 5.0.0a13

Read more

0
votes
Fixed

Unity crashes when trying to upload project to Asset Server

Assets Management

-

Jun 23, 2014

-

Version/s: 5.0.0a13

- Open project attached to case 615020- Create a new project on our Asset Server instance- Try to commit all assets from the Unity p... 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) {GUI.DrawTex... Read more

2
votes
Fixed

Can't interact with the standard GUI using a mouse on Android

Android

-

Jun 13, 2014

-

Version/s: 4.5.1f3

This is a regression introduced with Unity 4.5. Reproduced on:Google Nexus 5 with Android 4.4.2with Logitech NX20 mouse Reproduced w... Read more