You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The regression has been probably introduced by #4971
What happens, 1st VFX import:
- Not Sanitized
- Skip first compilation
- PostProcess => Sanitize & CheckGraphBeforeImport
- Reimport
Later, the ShaderGraph changes
- Because the VFX is sanitized
- Doesn't skip the first compilation => Fail
- Post Process => CheckGraphBeforeImport is applied
- ... Later VFX import will be ok until the SG isn't modified.
0 commit comments