Search Issue Tracker
[Mac] Unity Crashes on loading when Particles Shape property is set to Mesh
How to reproduce:1. Download my attached project "TestParticles.zip"2. Open that project Expected result: The project opensActual re... Read more
Values on a duplicated ScriptableObject aren't transferred from the prev...
Repro steps:1. Open user attached project2. Click on "New Scriptable Object Example" in the Project Window3. Click "Add" a few times... Read more
Running the game causes .NET 4.X crash without stack trace
How to reproduce:1. Open user-submitted project (quantum_unity.zip)2. Play QuantumMenu scene3. Write "test" in username field and pr... Read more
Absence of Profiler.EndSample() does not give an error
Absence of Profiler.EndSample() does not give an error 1. Open project attached.2. Enter playmode. Update() looks like: private void... Read more
Ctrl+S shortcut used while in prefab mode saves the scene.
Steps to reproduce: 1. Create new project2. Add cube object to scene but don't save the scene3. Make prefab out of it4. Open prefab ... Read more
UNITY_2017_4_OR_NEWER preprocessor is not recognised when using #if UNIT...
To reproduce:1. Open any script in any project2. Add preprocessor #if UNITY_2017_4_OR_NEWER Expected: UNITY_2017_4_OR_NEWER is recog... Read more
Icon not getting updated when making an existing Prefab into a Prefab Va...
Prefab Variant icon differs from prefab icon, however, when making an existing prefab to a prefab variant it's not getting changed. ... Read more
ETC Texture Compressor "Fast", "Normal", "Best" dropdown options are broken
Steps to reproduce:1. Create a new project2. Go to Edit -> Project Settings -> Editor3. Try selecting any option in ETC Textur... Read more
Create "Prefab Variant" option is enabled even when no prefab is selected
Create prefab variant option is enabled even when no prefab is selected. It is always enabled by default when a new project is creat... Read more
Unable to select folders using searching in two column layout when searc...
Unable to select game asset folders using searching in two column layout when search location filter is set to "Packages" or "Assets... 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 _platform_memmove after entering large value in Graphics settings Preloaded Shaders field
- Disproportionally large impact on CPU frame time when writing to a rendering entity's LocalToWorld
- "Constant Force" Component numeric fields drift out of view while entering a really big value in the Inspector
- Scene view camera speed pop-up appears empty or cut off when Scene view is very narrow
- UnityEvent does not get pasted to a uGUI component when trying to copy it from a Script