Search Issue Tracker
Fixed in 2019.1.X
Fixed in 2018.3.X
Votes
0
Found in
2018.2.0b9
2018.2.3f1
Issue ID
1088840
Regression
Yes
ComputeShader.SetTextureFromGlobal errors when using it with 3D RenderTexture
How to reproduce:
1. Open attached project (SetTextureFromGlobal.zip)
2. Open SampleScene Scene
Actual result: once the Scene is opened, error appears in the console:
"Compute shader (Dummy): Property (RT) at kernel index (0) has mismatching output texture dimension (expected 3, got 2)
UnityEngine.ComputeShader:Dispatch(Int32, Int32, Int32, Int32)"
Expected result: no error should be shown
Reproducible with: 2018.2.0b9, 2018.2.16f1, 2018.3.0b11, 2019.1.0a9
Not reproducible with: 2017.4.0f1, 2017.4.16f1, 2018.1.9f2, 2018.2.0b8
Fixed in: 2019.1.0a12
Comments (2)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- NullReferenceException is thrown when assigning PanelSettings asset to a UIDocument dynamically at runtime
- Crash on GfxDeviceD3D12Base::DrawBuffersCommon when disabling "Allow FSR2" parameter while in Play Mode with Direct3D12 set as graphics API
- Crash on vkGetInstanceProcAddr when setting graphics API to "Vulkan" on Fantasy Kingdom learning project
- Overlay Camera "clear depth" not working on Vulkan+Pixel8
- Shadows from Shadow Caster 2D using 2D Colliders show incorrectly when tiles are removed at runtime
muttuwo
Apr 27, 2020 12:11
Me too @2019.3.5f1
StinnIM
Oct 18, 2019 16:16
Issue still exists with version 2019.29f1 and 2019.3XXX...