Missing UndoPropertyModification

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?

I found it after several days of searching:
it’s in advanced additive scenes.

I just had this issue with Unity version 5.1.1f1 and Advanced Additive Scenes. The DLL had an issue with that version of unity, switching to the Source Code version of it fixed it (you’ll have to re-link the scripts, just read the documentation.txt)

I have the same problem , too. I do have advanced additive scenes.