Search Issue Tracker
Postponed means that the issue was either a feature request or something that requires major refactoring on our side. Since that makes the issue not actionable in the close future we choose to close it as Postponed and add it on our internal roadmaps and technical debt pages instead.
Postponed
Votes
0
Found in [Package]
10.0.0-preview.27, 9.0.0-preview.33, 8.2.0, 8.1.0, 7.4.1
Issue ID
1268413
Regression
No
[VFX] Multiple errors are thrown when Seed type is changed in the preset of "Random Number" Node
On changing Seed type from the dropdown in the preset of "Random Number" Node causes the editor to throw multiple errors, Refer attached video.
Steps to repro:
1. Create a new HDRP template project
2. Project window > Create > Visual Effects > Visual Effect Graph > Open
3. Create a node > Random Number > Select it
4. Inspector > Create preset of Random Number node
5. Project window > Random Number preset
6. Inspector > Seed > PerComponent/ PerParticleStrip > Select
Actual Result:
Multiple errors are thrown on changing Seed type in the Random Number Node preset
Expected Result:
No errors in the console.
Reproducible in:
2020.2.0a20, 2020.1.1f1, 2019.4.7f1 with Package version 10.0.0-preview.27, 9.0.0-preview.33, 8.2.0, 8.1.0, 7.4.1
Environment:
Occurring on Windows 10 & Mac 10.15.
Stack trace:
Slot :min of ContainerRandom NumberHas a wrong owner.
UnityEditor.VFX.VFXModel:Invalidate (UnityEditor.VFX.VFXModel/InvalidationCause)
VFXSlotContainerEditor:OnInspectorGUI () (at Library/PackageCache/com.unity.visualeffectgraph@10.0.0-preview.27/Editor/Inspector/VFXSlotContainerEditor.cs:229)
UnityEditor.EditorGUI/PopupCallbackInfo:SetEnumValueDelegate (object,string[],int)
Slot :max of ContainerRandom NumberHas a wrong owner.
UnityEditor.VFX.VFXModel:Invalidate (UnityEditor.VFX.VFXModel/InvalidationCause)
VFXSlotContainerEditor:OnInspectorGUI () (at Library/PackageCache/com.unity.visualeffectgraph@10.0.0-preview.27/Editor/Inspector/VFXSlotContainerEditor.cs:229)
UnityEditor.EditorGUI/PopupCallbackInfo:SetEnumValueDelegate (object,string[],int)
Slot :seed of ContainerRandom NumberHas a wrong owner.
UnityEditor.VFX.VFXModel:Invalidate (UnityEditor.VFX.VFXModel/InvalidationCause)
VFXSlotContainerEditor:OnInspectorGUI () (at Library/PackageCache/com.unity.visualeffectgraph@10.0.0-preview.27/Editor/Inspector/VFXSlotContainerEditor.cs:229)
UnityEditor.EditorGUI/PopupCallbackInfo:SetEnumValueDelegate (object,string[],int)
Slot :r of ContainerRandom NumberHas a wrong owner.
UnityEditor.VFX.VFXModel:Invalidate (UnityEditor.VFX.VFXModel/InvalidationCause)
VFXSlotContainerEditor:OnInspectorGUI () (at Library/PackageCache/com.unity.visualeffectgraph@10.0.0-preview.27/Editor/Inspector/VFXSlotContainerEditor.cs:229)
UnityEditor.EditorGUI/PopupCallbackInfo:SetEnumValueDelegate (object,string[],int)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Resolution Note:
Preset option will be disabled on all the VFX element.