Search Issue Tracker
Unity editor does not support Hindi characters
When entering Hindi characters into string fields in the inspector they all appear as question marks. You can still paste the letter... Read more
Surface bump shaders get blurry when using with lightmapping
Bumps on surface bump shaders get blurry when using lightmapping 1. Assign object a surface shader with bumps and make it static 2.... Read more
Adding a script which adds itself to the object in OnAwake recursively,...
To Repro: 1. Run scene 'test', if you’re on windows Unity should crash, if you’re using OSX ‘StackOverflow’ exception should be thro... Read more
Character controller disables movement when step offset >~1.85
Steps to repro: 1. Open the attached project and the scene 2. Press play. Make sure the character controller component's step offset... Read more
5.0 runtime won't update with channel change
-e: when setting the plugin to use a channel with 5.x (not closed) it won't update the runtime and fail -repro: --install latest 5.... Read more
ScriptUpdater does not handle method invocations with spaces when updati...
More specifically, it seems to happen only when it updates Add/RemoveComponent with string paramter. For example, in a project I h... Read more
Thousands of audio related asserts and error messages printed when impor...
See Editor.log and attached screenshot for asserts like "_result == FMOD_OK" and "m_wetGroup" spamming the Console. Regression from... Read more
plugin effects applied without use of a mixer
-e: using the plugin test project plugin effects are still applied to things that don't use a mixer at all -repro: --open attached ... Read more
Argument of type Object for Mecanim Animation event can cause problems
The event system in the old ANimation system had support for arguments of type GameObject. Mecanim events generalize that and have s... 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
- Crash on UnityPlayer!profiling::ProfilerManager::DisposeProfilerRecorder+0xa when Player gets relaunched and exited after running for a long amount of time
- [Input system] When releasing one touch and pressing a second touch during a single frame, the second touch is not translated into UI event line OnPointerDown by the InputSystemUIInputModule
- URP Samples - multiple "Attempting to resolve render surface" and other errors appear when setting Quality pipeline asset
- OnDemandRendering.willCurrentFrameRender returns incorrect values in the Player when UnityEngine.Rendering.OnDemandRendering.renderFrameInterval is greater than 1
- Root motion is not reapplied when transitioning from an animation without root motion to an animation with root motion