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
- ScrollView speed is slower when entering Play mode
- UI Builder elements disappear and "Semantic - Unknown template name" error appears when changes to "Template" parameter are saved
- Renderers outside Light Probe hull use incorrect Ambient Probe values when "Renderer Light Probe Selection" is set to "Use Ambient Probe" and "Light Probes" on Mesh is set to "Blend Probes"
- ArgumentNullException error occurs when selecting a Camera in the Hierarchy with the Scene view open
- Clicking 'Open Editor Log' through the Console fails to open redirected Logs when relative Log files exist outside of the Project root
Add comment