I have a script on a prefab, and I want to create some editor specific behavior. However, OnEnable doesn’t trigger at all. I am using the [ExecuteAlways] attribute on the script. The Prefab is not present in the scene, is that a problem? It’s also not in the Resource folder, but moving it there didn’t seem to make it work regardless.
Is it possible for this to work, and if so, how?