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
Hello, when I try to edit wiper vfx inside another project the effect do not work anymore as soon as I open it. It's not the case for the other vfx (like particle, scanner or simple).
I can edit it in the original project but not in a new one. I get these errors:
Remove 2 child(ren) that couldnt be deserialized from of type UnityEditor.VFX.VFXGraph
UnityEditor.VFX.VFXGraph:OnEnable()
Remove 2 child(ren) that couldnt be deserialized from of type UnityEditor.VFX.VFXGraph
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)
Any idea to solve the problem ?
The text was updated successfully, but these errors were encountered:
I think that's because it uses some custom nodes from the VfxExtra project. I don't recommend using it in other projects. It's quite dirty hack so that it will be broken in future versions.
Hello, when I try to edit wiper vfx inside another project the effect do not work anymore as soon as I open it. It's not the case for the other vfx (like particle, scanner or simple).
I can edit it in the original project but not in a new one. I get these errors:
Remove 2 child(ren) that couldnt be deserialized from of type UnityEditor.VFX.VFXGraph
UnityEditor.VFX.VFXGraph:OnEnable()
Remove 2 child(ren) that couldnt be deserialized from of type UnityEditor.VFX.VFXGraph
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)
Any idea to solve the problem ?
The text was updated successfully, but these errors were encountered: