Search Issue Tracker
Won't Fix
Won't Fix in 2023.1.X
Votes
0
Found in
2022.2.0b16
2023.1.0a21
Issue ID
UUM-19769
Regression
No
[VFX Graph] Six Way Smoke Lit material flickers when APV is in use
How to reproduce:
- Pull the project from git
- Open Spotlight_Tunnel_Main Scene
- Focus 6W VFX GO to see it in the Scene View
- [Optional] If needed rebake the lighting
- Using Transform gizmos translate it sideways or pan Scene View camera around
- Observe that lighting conditions applied to material do not really match the environment (material looks like flickering)
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
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
Resolution Note:
The APV are sampled per vertex in the Six-way Smoke Lit material. This is by design due to performance constraints.
The artifacts can be hidden by using a tesselated quad (as an Output Particle Lit Mesh) instead of the Output Particle Lit Quad
Resolution Note (2023.1.X):
The APV are sampled per vertex in the Six-way Smoke Lit material. This is by design due to performance constraints.
The artifacts can be hidden by using a tesselated quad (as an Output Particle Lit Mesh) instead of the Output Particle Lit Quad