Search Issue Tracker
Unity produces Visual Studio project that by default doesn't build when ...
It can be worked around by going into the project properties and changing "Platform Toolset" to "Visual Studio 2022 (v143)". Read more
Incremental build pipeline recognizes Visual Studio 2022 as "VS[Unknown]"
It can be seen in the build log: [539/547 4s] C_Win64_VS[UNKNOWN] Library/Bee/artifacts/WinPlayerBuildProgram/6h2wl/yrwq_System1.obj... Read more
SerializedReference field is not populated when initializing from null w...
How to reproduce:1. Open the user's attached project "NewFeaturesTest.zip"2. Open the "testScene" Scene3. In the Hierarchy window se... Read more
Controller buttons mapped incorrectly when project is built for WebGL pl...
Reproduction steps:1. Open the "Hangar" Scene in the project attached by the user2. Connect the DualShock 4 controller3. Enter the P... Read more
Material's Main Maps Tiling/Offset controls are locked when VideoPlayer ...
This is a problem that was pointed out by a user on the forums: https://forum.unity.com/threads/videoplayer-materialoverride-how-to-... Read more
On Windows preprocessed Lit.shader file stops mid-line when file size is...
How to reproduce:1. Create a new project2. Install the "High Definition RP" package from the Package Manager (Window > Package Ma... Read more
Redundant for-loop in UnityEditor.Profiling.ModuleEditor.CounterCollector
How to reproduce:1. Open "UnityEditor.Profiling.ModuleEditor.CounterCollector" source code2. Search "for (int i = 0; i < counters... Read more
Possible Regression: EditorApplication.ExecuteMenuItem won't execute a m...
Load the attached project.Under the Metacast menu there are two items of note. Toggle will toggle in and out of Metacast mode, and E... Read more
Graphics.CopyTexture is inconsistent when copying Texture2D to ARGB4444 ...
Reproduction steps:1. Open the attached project2. Enter Play mode Expected result: Both plane textures are identicalActual result: P... 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
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS