Search Issue Tracker
Plugin Importer settings do not persist when exporting a .unitypackage
How to reproduce: 1. Open attached project- Package has 3 different Release channels (Debug, Profile, Release) for a single plugin- ... Read more
Mathf.FloorToInt behavior changed in Unity 5
Mathf.FloorToInt bahavior changed from 4.6 to 5.0.In 5.0:When the floating point value gets close to int.MaxValue or greater, the re... Read more
Android auto rotation switches accelorometer input
Rotating device 180 degrees returns incorrect accelorometer input when screen has rotated Read more
[ComputeBuffer] Improve error messaging on ComputeBuffer constructor usage
Trying to create a new ComputeBuffer from code withComputeBuffer c = new ComputeBuffer (5, 5);I get these errors printed to the Cons... Read more
[Mono] Cultureinfo.currentculture doesn't work
To Reproduce: 1. Run the attached project.2. Observe that System.Globalization.CultureInfo.CurrentCulture always returns Invariant L... Read more
IL2CPP: RSACryptoServiceProvider doesn't work
-e: The RSACryptoServiceProvider class seems broken on the IL2CPP backend. -repro:--open attached project--build&run TestScene f... Read more
[WSA] Build and run error in the editor
Pressing "build and run" button when building to WSA platform (specific build parameters are given below) editor shows such error:--... Read more
[OSX] Right click not registered, after CTRL+Left-click
TO Reproduce: 1. Open the attached project on OSX.2. Play (or build to Webplayer/Standalone)3. Click CTRL+Left Click4. A Left Click ... Read more
AngryBots shader compilation crashing/fails using GLES3 on iOS
using AngryBots at changeset bafd14399cfb Build project with iOS + GLES3.On startup the app crashes, see attached crash.txtCrash hap... 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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default