Add this attribute to a method to get a notification after scripts have been reloaded. Recompile, recompilation, DidReloadScripts
[DidReloadScripts] //Add this attribute to a method to get a notification after scripts have been reloaded.
static void A(){
Debug.Log("Hello");
}