Search Issue Tracker
[Android] [iOS] GLSL shader compilation failure on some mobile devices
Steps to reproduce: 1) Download attached project 'UnityGLSLBug-Unity522.zip'2) Build and run 'TestingGLES' scene on a devcieNote: sh... Read more
Unity outputs a warning in a Windows 64bit Standalone Player when using ...
To reproduce:1. Open attached project2. Build & Run a Windows 64bit Standalone Player3. Open player log file "C:\Users\%UserName... Read more
[UI?] After multiple m_size < k_reference_bit errors Unity crashes at Fu...
Steps to reproduce: 1. Open attached project "774423.zip"2. Open scene "Assets/Scenes/GameScene"3. Run it4. Press TAB twice5. Notice... Read more
[OSX] RenderSurface attachment asserts on various projects, in 5.4 beta ...
Steps to reproduce: 1. Open Unity;2. Open attached project;3. Open "1.unity" scene; 4. Notice that there are 3 planes in the scene w... Read more
Crash in ImageFilters::Blit when Calling Graphics.Blit(destination, null)
To reproduce:1. Open attached project;2. Open "shaderTest" scene;3. Add "CameraShaderBehaviour" script to main camera;4. Toggle "Use... Read more
4.5+ shader compiler hangs on windows when entering play mode
Closed: Number of fixes for shader compiler were added in Unity 5 cycle. User doesn't experience it anymore in 5.1. UnityShaderCompi... Read more
[Standard|iOS] Directional light appears with artifacts on object with t...
1. Open attached project2. Build to iOS3. Artifacts will appear on quads or 1. Create new project2. Create standard shader, set rend... Read more
Preloaded shaders loses reference to a shader variants asset when it is ...
How to reproduce:1. Create a new Unity project2. Go to Edit > Project Settings > Graphics and scroll down to Shader Loading se... Read more
Shaders: hlsl2glsl generates a double under-score (__) for some mutable ...
When a shader modifies a global variable that starts with underscore, then hlsl-to-glsl translator produces a double-underscore name... Read more
[OSX] Shaders that don't use vertex position at all, fail to render on Mac
When a vertex shader is not using the vertex position at all, then some platforms (e.g. OpenGL on Mac) fail to render the object at ... 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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used