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
- "Property (urp_ReflProbes_BoxMin) exceeds previous array size" warning spams console after switching platforms
- Have to change Input Mapping Path twice for change to take effect when Auto-Save is enabled
- No Duplicate option is available when right clicking States in the Animator Window even though it's available via Shortcut
- Copied and Pasted States appear in a set location instead of where the Users cursor is located at when using the Pasting Shortcut
- Animator Component information box text is not centered
Add comment