Supress/avoid "unwanted modifications" Unity dialog when using shapes?

Avatar
  • updated
  • Fixed

This is minor, but somewhat disruptive while testing in certain circumstances. Unity shows this dialog during every Play when using Shapes inside a prefab:

Image 265

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
Pinned replies
Avatar
Freya Holmér creator
  • Answer
  • Fixed

this has now been fixed in 3.0.1

if you want a temporary workaround, replace all occurrences of [ExecuteInEditMode] with [ExecuteAlways]

Avatar
Freya Holmér creator
  • Answer
  • Fixed

this has now been fixed in 3.0.1

if you want a temporary workaround, replace all occurrences of [ExecuteInEditMode] with [ExecuteAlways]