Search Issue Tracker
Fixed
Fixed in 2022.3.8f1
Votes
0
Found in
2022.3.3f1
Issue ID
UUM-40925
Regression
No
[VFX/SG] Conversion SG from Old To New leads to unexpected error
Short step to reproduce:
- Import attached package in HDRP project
- Open VFX
- Observe error
{code:java}
Unexpected missing material settings on VFX 'Assets/Samples/BonFire/VFX/BonFire.vfx' using ShaderGraph 'Assets/Samples/BonFire/VFX/Shaders/BonfireFlame.shadergraph'.
This invalid state can lead to an incorrect sort mode.`
{code}
Longer step:
- Create a SG using the old integration (this option is still reachable if you enable it in Preference/VisualEffect)
- Setup a VFX with this old SG
- Save the VFX
- Go back in SG, change it to target an unlit (HDRP or URP), toggle the "Support VFX Graph" and remove the VFXTarget
- Save the SG
- Observe the same issue during import of the VFX
Workaround: Behind the scene, the materialSettings isn't filled, you can notice it with debug view.
Changing any settings of the output which isn't hold by material (like generate motion vector or indirect draw), it will resync materialSettings.
N.B.: This issue is specific between 2022.2 & 2023.1 included, the material workflow approach get rid off this convoluted initialization.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Shader warning after building a project with URP Sample
- MissingReferenceException after clicking "Fix now" on NormalMap settings
- The "UniversalRenderPipelineGlobalSettings.asset" is creating noise in the git diff when building a Player
- Scene is marked as dirty when opening the project with Vertical Layout Group added as a Component
- Crash on UnityEngine::Animation::SetGenericFloatPropertyValues when keyframing the RigBuilder component to Enabled and Disabled
Add comment