Unity: 2020.2.0a19
URP: 8.2.0
UI Toolkit: 1.0.0-preview.6
If I try to open a *.vfx file, the visual effect graph editor does not load the file and suggests me to create a new one.
Also, a Windows popup appears asking me to choose an application to use to open the file:
In the console, this error appears:
MissingFieldException: Field ‘UnityEngine.UIElements.VisualElement.isBoundingBoxDirty’ not found.
UnityEditor.Experimental.GraphView.Scope.UpdateGeometryFromContent () (at <5b91b818930242e2a5b3695c18f530f5>:0)
UnityEditor.Experimental.GraphView.Scope.b__38_0 (UnityEngine.UIElements.TimerState t) (at <5b91b818930242e2a5b3695c18f530f5>:0)
UnityEngine.UIElements.VisualElement+TimerStateScheduledItem.PerformTimerUpdate (UnityEngine.UIElements.TimerState state) (at Library/PackageCache/com.unity.ui@1.0.0-preview.6/Core/VisualElementScheduler.cs:324)
UnityEngine.UIElements.TimerEventScheduler.UpdateScheduledEvents () (at Library/PackageCache/com.unity.ui@1.0.0-preview.6/Core/Scheduler.cs:360)
UnityEngine.UIElements.UIElementsUtility.UnityEngine.UIElements.IUIElementsUtility.UpdateSchedulers () (at Library/PackageCache/com.unity.ui@1.0.0-preview.6/Core/UIElementsUtility.cs:254)
UnityEngine.UIElements.UIEventRegistration.UpdateSchedulers () (at Library/PackageCache/com.unity.ui@1.0.0-preview.6/Core/UIElementsUtility.cs:105)
UnityEditor.RetainedMode.UpdateSchedulers () (at Library/PackageCache/com.unity.ui@1.0.0-preview.6/Editor/RetainedMode.cs:50)