Search Issue Tracker
Fixed
Fixed in 6000.0.46f1, 6000.1.0b8, 6000.2.0a7, 7000.0.0a20
Votes
0
Found in
6000.0.36f1
6000.1.0b4
Issue ID
UUM-95698
Regression
Yes
Creating and then deleting the "Integration Update: Rotation" block breaks and makes unusable VFX Graph
How to reproduce:
1. Create a new Unity project and install the Visual Effects Graph package
2. Create a new VFX Graph and open it
3. In the "Update Particle" create the "Integration Update: Rotation" block
4. Delete the created block
5. Observe the results
Expected results: No errors are thrown and the VFX Graph can be edited further
Actual results: There are errors after deleting the block and after it no other block can be created
Reproducible with: 2023.3.0a7, 6000.0.36f1, 6000.1.0b4
Not reproducible with: 2022.3.57f1, 2023.3.0a6
Reproducible on: macOS Sequoia 15.1 (M1)
Not reproducible on: No other environment tested
Note: After restarting the project, the Graph is usable again
First lines of the errors:
After deleting:
NullReferenceException: Object reference not set to an instance of an object
UnityEditor.VFX.Block.AngularEulerIntegration+<get_attributes>d__7.MoveNext () (at ./Library/PackageCache/com.unity.visualeffectgraph@eb94083e0420/Editor/Models/Blocks/Implementations/Update/AngularEulerIntegration.cs:19)
System.Linq.Enumerable+SelectEnumerableIterator`2[TSource,TResult].MoveNext () (at <5d2bad5d476f48509d77f299513b2417>:0)
On creating a new block:
ArgumentException: This VisualElement is not my child
UnityEngine.UIElements.VisualElement+Hierarchy.Remove (UnityEngine.UIElements.VisualElement child) (at /Users/bokken/build/output/unity/unity/Modules/UIElements/Core/VisualElementHierarchy.cs:578)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- The “+” button to create Labels is not deactivated when no labels can be created due to no Categories existing and does nothing when pressed
- The UIElements "GeometryChangedEvent" is not invoked when modifying "VisualElement.style.translate"
- Prefab Variant does not get updated when changes are made on "OnValidate" method
- “Save Changes Failed - Index was out of range” error popup appears when discarding changes in the Sprite Library Editor
- “Local” foldout’s name and the foldout’s ‘triangle’ button are not aligned when a Category is created in the Sprite Library Editor
Add comment