Search Issue Tracker
Fixed in 2017.1.X
Votes
0
Found in
2017.1.0a2
Issue ID
886307
Regression
Yes
[Transform] Undoing a Particle systems transform change throws a NullReferenceException error.
Repro steps:
1. Create a new particle system
2. Move or rotate the particle system in the scene view
3. Press Ctrl + Z to undo
4. Error message appears:
NullReferenceException: Object reference not set to an instance of an object
UnityEditor.CollisionModuleUI.SyncVisualization () (at C:/buildslave/unity/build/Editor/Mono/ParticleSystemEditor/ParticleSystemModules/CollisionModuleUI.cs:290)
UnityEditor.CollisionModuleUI.UndoRedoPerformed () (at C:/buildslave/unity/build/Editor/Mono/ParticleSystemEditor/ParticleSystemModules/CollisionModuleUI.cs:160)
UnityEditor.ParticleEffectUI.UndoRedoPerformed () (at C:/buildslave/unity/build/Editor/Mono/ParticleSystemEditor/ParticleEffectUI.cs:267)
UnityEditor.ParticleSystemInspector.UndoRedoPerformed () (at C:/buildslave/unity/build/Editor/Mono/ParticleSystemEditor/ParticleSystemEditor.cs:80)
UnityEditor.Undo.Internal_CallUndoRedoPerformed () (at C:/buildslave/unity/build/artifacts/generated/common/editor/UndoBindings.gen.cs:199)
Notes:
- Regression, introduced between 23st of Feb and 1st of March.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Standalone Player crashes with "TDerived GetOrLoad<TDerived>() where TDerived : T" when IL2CPP Code generation is set to "Faster (smaller) Builds"
- IndexOutOfRangeException and InvalidOperationException when logging XML string
- Script missing in "Assets/Settings/Mobile_Renderer/GlobalVolumeFeature" of "com.unity.template.urp-blank" template
- “Font Asset Creator - Error Code [Invalid_File_Structure]…“ error is logged when generating Font Assets from fonts with meta files from previous Editor versions
- Input.mousePosition returns (NaN, NaN, 0.00) when Scene view is opened
Add comment