Hey,
I get the following error:
MissingFieldException: Field ‘UnityEditor.UndoPropertyModification.propertyModification’ not found.
UnityEditor.Undo.InvokePostprocessModifications (UnityEditor.UndoPropertyModification[ ] modifications) (at C:/buildslave/unity/build/artifacts/generated/common/editor/UndoBindings.gen.cs:173)
everytime I change something (even just a transform) but I can’t find it anywhere in my code or plugins.
Does anybody know how I can get a stracktrace or some other informations where the faulty code is?