You are welcome 🙂
Hm. That must be a MAC issue with Unity’s Menu Seperators if I recall correctly.
Can you please try and remove the code in EditorUtils.cs at line #936 under GetMethodSelectionMenu and let me know if it works?
The code to remove is this:
1
2
3
4
5
6
if(!separatorAdded&&method.DeclaringType!=type){
menu.AddSeparator(TypeName(type)+"/");
separatorAdded=true;
}
Thanks!
Join us on Discord: https://discord.gg/97q2Rjh
Login
Register
By registering on this website you agree to our Privacy Policy.