Search Issue Tracker
Fixed in staging
Votes
0
Found in [Package]
4.7.0
Issue ID
1110419
Regression
No
[Operator] IndexOutOfRangeException when using a Volume (Oriented Box) node
Repro steps:
- Drop the attached VFX in a scene
- Open it so it would compile, if it hasn't already
- Observe the console spam:
IndexOutOfRangeException: Index was outside the bounds of the array.
UnityEditor.VFX.Operator.OrientedBoxVolume.BuildExpression (UnityEditor.VFX.VFXExpression[] inputExpression) (at SRP/com.unity.visualeffectgraph/Editor/Models/Operators/Implementations/OrientedBoxVolume.cs:26)
UnityEditor.VFX.VFXOperator.UpdateOutputExpressions () (at SRP/com.unity.visualeffectgraph/Editor/Models/Operators/VFXOperator.cs:129)
UnityEditor.VFX.VFXSlot.RecomputeExpressionTree () (at SRP/com.unity.visualeffectgraph/Editor/Models/Slots/VFXSlot.cs:882)
UnityEditor.VFX.VFXSlot.GetExpression () (at SRP/com.unity.visualeffectgraph/Editor/Models/Slots/VFXSlot.cs:229)
UnityEditor.VFX.VFXSlot.UpdateLinkedInExpression (UnityEditor.VFX.VFXSlot destSlot, UnityEditor.VFX.VFXSlot refSlot) (at SRP/com.unity.visualeffectgraph/Editor/Models/Slots/VFXSlot.cs:822)
UnityEditor.VFX.VFXSlot.RecomputeExpressionTree () (at SRP/com.unity.visualeffectgraph/Editor/Models/Slots/VFXSlot.cs:875)
etc..
Notes:
- I've entered a low user pain, as the AABox volume works and can be used as a workaround.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- SpeedTree meshes and objects count differs when comparing the numbers in the Player with the Editor
- Model and Prefab Preview icons are not updated after upgrading associated Materials to URP
- Game view is rendered white when viewing the Editor with HDR display and Post Proccesing is enabled on the Main Camera with 2D URP
- "GetPreferedValue" returns max value when using auto-sizing
- UI Builder doesn't update the style sheet when using "Extract inline style" right-click option
Add comment