Supress/avoid "unwanted modifications" Unity dialog when using shapes?
This is minor, but somewhat disruptive while testing in certain circumstances. Unity shows this dialog during every Play when using Shapes inside a prefab:
Can't find anyway to tell Unity "I get it, please never tell me this again".
Reporting a bug? please specify Unity version:
2020.1.17f1
Reporting a bug? please specify Shapes version:
Reporting a bug? please specify Render Pipeline:
Built-in render pipeline
this has now been fixed in 3.0.1
if you want a temporary workaround, replace all occurrences of [ExecuteInEditMode] with [ExecuteAlways]