Is there a way to get an event when a user drags a prefab from the project window into the Scene window?
So when the prefab is added to the scene.
Thanks
I think you can use a script that is in the scene and is using the attribute for executing its script in edit mode detect the prefab by name, tag or something. Remember start and awake functions may not work in edit mode. It ofc only takes a minute to find out with a little test script.