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
1268622
Regression
No
[VFX] Changing properties under VFXBasicSpawner Preset which were changed before creating preset causes errors
When the properties under VFXBasicSpawner are changed and then its preset is created and again those values are changed in the Preset file then multiple errors appear in the console, 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 > Spawn(Context) > Select it
4. Inspector > Change the properties value (eg. Loop Duration > Infinite, Delay Mode > After Loop)
5. Create a preset of VFX Basic Spawner
6. Project window > VFXBasicSpawner preset
7. Inspector > Change the properties value (eg. Loop Duration > Random, Delay Mode > Before Loop) )
Actual Result:
Multiple errors are thrown on changing properties value under VFXBasicSpawner 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 :LoopDuration of ContainerSpawnHas a wrong owner.
UnityEditor.EditorGUI/PopupCallbackInfo:SetEnumValueDelegate (object,string[],int)
Slot :LoopCount of ContainerSpawnHas a wrong owner.
UnityEditor.EditorGUI/PopupCallbackInfo:SetEnumValueDelegate (object,string[],int)
Slot :DelayAfterLoop of ContainerSpawnHas a wrong owner.
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
- Prefab override popup is cropped/positioned incorrectly when more than one display is used and a higher display Scale is set
- Opening a dropdown on a small screen results in its instant closing when mouse cursor is pressed where the dropdown is going to be opened
- Only "ArgumentNullException: Value cannot be null" is displayed instead of all the actual errors when opening a project with numerous compilation errors
- MultiColumnListView and MultiColumnTreeView do not change selection on first input when focus is set by code
- SerializedProperty.DataEquals is returning false when SerializedProperty.EqualContents return true
Resolution Note:
Preset option will be disabled on all the VFX element.