Search Issue Tracker
Fixed in 2018.3.X
Fixed in 2017.4.X, 2018.2.X
Votes
1
Found in
2018.1.0f1
Issue ID
1033216
Regression
Yes
[Regression] TemporaryRT does not work with EnableRandomWrite
Steps:
1. Open project "20180503_cmd.zip" attached in comment
2. There are 3 scenes and the only difference between them are the creation of RenderTexture:
UAV_RenderTexture scene -- created using new RenderTexture()
UAV_TempRenderTexture scene -- created using RenderTexture.GetTemporary()
UAV_CmdTempRenderTexture scene -- created using CommandBuffer.GetTemporaryRT()
3. Hit play on each scene
Expected : You should see animating color on GameView after hitting play
Actual : Black
Regression info:
Version 2017.4.2f2:
- UAV_RenderTexture correct
- UAV_TempRenderTexture correct
- UAV_CmdTempRenderTexture black
Version 2018.1.0f1 / 2018.2.0b3 / 2018.3.0a1 (trunk e5784397efb2)
- UAV_RenderTexture correct
- UAV_TempRenderTexture black
- UAV_CmdTempRenderTexture black
Note: I'm not sure if UAV_CmdTempRenderTexture is supposed to work or not
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
Add comment