I've got a few public methods which are referenced by UnityEvent instances throughout my scene. I would like to rename those methods without breaking the references in the inspector events. Is this possible?
I was hoping for something like the FormerlySerializedAsAttribute but for methods.
↧