Search Issue Tracker
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
Invalid path/filename in AddFramesFromFile() causes crash
Steps to reproduce : - import the attached project- open the scene "scene.ProfileResultReader:- open the Profiler- press Play and pr... 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
Layer-Animations cause invalid Cast exceptions
To reproduce:1. Open 'Tutorial-done' scene. Which is in the folder 'Assets/Finished/Scenes'. (Project 'Mecanim Example Scenes' can b... Read more
Depth masking is broken
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
4.5 shader compilation regression on preprocessor macros with \ at end
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
Unity crashes when trying to upload project to Asset Server
- 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
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
Can't interact with the standard GUI using a mouse on Android
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
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- UI Builder Scrollview is unable to scroll all the way down when the window is downsized vertically
- Celestial bodies order remains unchanged when the Distance setting is modified
- A memory leak occurs with massive terrain when camera position changes occur.
- No valid hits are returned when using RaycastCommand
- Camera is not overlooking the main Scene in Scene View in the HDRP Sample Template