Search Issue Tracker
API Updater fails to update references resolved through "duck typing"
UnityScript can resolve members dynamically, for instance: var o = Instantiate(myPrefab);o.rigidbody.mass = 42.0; In this case the A... Read more
Instantiating uGUI prefab that has position 0,0,0 breaks it's children
To reproduce:1. Open repro package2. Open scene test. It contains a button, that when pressed, will instantiate a prefab. The prefab... Read more
Custom uGUI text pops out of rect bounds on certain game view sizes
To reproduce:1. Open attached project2. Open TextIssue scene. It contains two texts, one on the top is the default uGUI text, the bo... Read more
FullScreenMovieScalingMode.AspectFill does not work as expected on Android
FullScreenMovieScalingMode.AspectFill does not fill the screen and leaves black borders on portrait mode. Works as expected on iOS. Read more
Freeze on printing downloaded long string
1. Open scene "test"2. Play in editor3. Press Gui.button "return Length 100,000(Freeze)", file will be downloaded and printed with d... Read more
Text of uGUI disappears after application is sent to background on WP8
Steps to reproduce:1. Create a project which uses Text component2. Build and run on WP83. Send application to background and bring i... Read more
BlendTree slider is broken
BlendTree slider is broken. To reproduce:- Create a new project and import the "Mecanim Example Scenes" project from Asset Store- Op... Read more
Masks stop working when applying negative scales
1.Open uGUIPrefab project2.Open Assets/scaleandmask.unity scene3.Expand HUD object4.Look at the text5.Set scale of Panel to -1, 1, 1... Read more
WP8 5.0 build crashes when built on top of an older version build
To reproduce:1. Create a new project with Unity 4.52. Build for wp83. Open up the project with 5.04. Build & Run into the same f... 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
- URP Realtime reflection probes do not update when RenderProbe() is being called once per second
- Addressable terrain shader variants are stripped from the Player
- [iOS] Debug.Log() appears as <private> in Console app
- UI stays in the background when it is disabled in simulator
- A wrong log file is attached when project is launched with a "-logFile" command line argument