foreach(MonoBehaviour mb in FindAllObjectsOfType(typeof(MonoBehaviour)){ var method = mb.GetType().GetMethod("MethodName"); if(method!= null) method .Invoke(mb, null);}