Search Issue Tracker
Fixed in 5.5.0
Votes
0
Found in
5.3.0b4
Issue ID
741304
Regression
No
GI overridden by bad values from cache after using meta pass for emission
It appears that global illumination can be overridden by bad values from the cache (either 0s or corrupt). In this case the cache values were created by using a Range shader parameter to control a Vector3 emission value.
Repro Steps:
Repro
1) Open attached project (“GICACHEBUG.zip” at the bottom, NOT the project attached with the initial report)
2) Open scene “UNITY_PASS_META_BAKE_BUG”
3) Clean GI Cache
4) Select object “Capsule” and set material parameter “METPASS Emission” to 0.5
5) Set “Global Illumination” dropdown to “Baked” and wait for bake to finish
6) Set “Global Illumination” dropdown to “None”
7) Open shader “MetaPass” and change line 30 to “fixed _METAPASS_EmissionMultiply;"
8) Save and go back to unity (wait for compile)
9) Set “Global Illumination” dropdown to “Baked” and bbserve how lighting is baked and then disappears
10) Set material parameter “METPASS Emission” to any other value and observe correct lighting
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [macOS] “Input.GetMouseButtonDown” gets set to true when pressing and when releasing the mouse button in the Device Simulator view if "targetFrameRate" is set in the script
- UWP Capabilities are not changed when rebuilding the project
- [Oculus] Lights causing artifacts when Forward+ Rendering is selected
- Game Window Icons are white when in light mode
- Crash on VFXMemorySerializer::StoreObjects when converting to Subgraph Block
Add comment