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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
Resolution Note:
Preset option will be disabled on all the VFX element.