Search Issue Tracker
Fixed in 5.4.0
Votes
0
Found in
5.4.0b21
Issue ID
806751
Regression
Yes
[Shaders] Transparent shader writes into DepthNormals texture, because materials sometimes cache RenderType setting
Reproduction steps("video" attached):
1. Open attached project.
2. Select "Assets/Art/Transparent_Writes_Normals.mat".
3. Notice it uses the "Particles/Additive" shader.
4. Open and play "Assets/Scene.unity".
5. Open "Window/Frame" Debugger and enable it.
6. Select "RenderDeferred.ForwardObjectsIntoDepthNormals" node in Frame Debugger.
Actual behavior:
* Red plane renders with the "Particles/Additive" shader into DepthNormals.
* Green plane doesn't render with the "Particles/Additive" shader into DepthNormals.
Expected behavior:
* Materials should use the RenderType as specified in the shader.
Notes:
* Issue is probably related to materials that have a cached "RenderType" value, which is set to "TransparentCutout" (the assigned shader does not use this RenderType though), which then renders the objects into DepthNormals.
* Changing the RenderType in a shader has no impact, if that value is cached in the material already.
* Created a separate case for the unremovable "RenderType" entry issue(807163).
Reproduces with: trunk,5.4,5.3. Possibly regression since 5.1 or so.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Standard Unity Materials and Shaders become corrupted after importing specific Asset Packages
- [Linux][OpenGL][Vulkan] Draw calls are not shown in the Event List when taking a capture of a frame with RenderDoc
- Inaccurate collision detections when Rigidbody Collision Detection is set to "Continuous" or "Continuous Dynamic"
- Crash on Object::IncrementPersistentDirtyIndex when upgrading project version
- [iOS] Multiple Xcode project instances created before opens up when performing Build and Run for iOS Platform
Add comment