Search Issue Tracker
[HLSLcc] InterlockedAdd on RWByteAddressBuffer crashes the compiler
Doint an InterlockedAdd on a RWByteAddressBuffer results in shader compilation bugs: "Compute Shader compiler: internal error compi... Read more
Before and after the video is played there's a black frame when Handheld...
Reproduction steps: 1. Open the attached project 2. Build and run the project on Android device 3. Notice that before and after the ... Read more
[Android] Shader compilation fails on Nvidia Tegra 3
To reproduce: 1) Open attached project 2) Add a cube in scene which would use material with "LightMobile/Eyes" shader 3) Build and r... Read more
"UnityEditor.InitializeOnLoad" calls the constructor twice when the Edit...
Steps to reproduce: 1. Download and open attached project. 2. Notice that the "Console" window outputs this message twice: "NewBeha... Read more
[VR] On Mac DK2 fails to respond after toggling VRSettings.enabled false...
On Mac with Unity 5.4.0b18 in Play mode, toggling VRSettings.enabled from true to false causes the scene to vanish from the Oculus R... Read more
[VR] Mac: VRSettings do not update when DK2 headset is powered off
VRSettings.enabled used to become false when the Rift goggles were powered off during Play mode. On Mac using Unity 5.4.0b18 in Pla... Read more
Transforms in animations not animating
To reproduce: 1. Open attached project 2. Play scene 3. Notice that the transform named "Leg Upper Left" fails to animate 4. Remove... Read more
[Texture3D] Allow non-power-of-two Texture3D sizes
Currently Texture3D requires POT sizes. This is not very convenient for some use cases (e.g. 3D LUTs etc.). Modern GPUs can do NPOT ... Read more
[Texture3D] Add Texture3D.SetRawTexture data
Texture3D does not have Get/SetPixels working on RHalf (single channel FP16) format. And since there's no way to get raw data in/out... Read more
[Texture3D] FP16 (Half) texture format can't be used with Texture3D
Texture3D volumeX = new Texture3D(W,H,D,TextureFormat.RHalf,false) causes an "Invalid texture format for Texture3D" error. Modern GP... 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
- [Quest] Pitch Shifter causes audio degradation on Quest 2 devices when sped up
- "GUI Error: Invalid GUILayout" and "NullReferenceException" are thrown when adding Scenes to "Scenes in Baking Set" in Adaptive Probe Volumes
- Inspector window not updating when switching GameObjects in Play Mode while having a VR headset connected
- "UnityException: GetName can only be called from the main thread." erors are thrown when the Shortcuts window is opened and entering Play Mode with a shortcut
- [Android] Light2D visuals stacking over frames when using RenderGraph