this
turns into button in 2017.1.17
Isn’t that nice
thing is when I converted this project over to 2020.2.5 them nice buttons are back to lowly context menu
any idea why that is?
Context menu items have never been converted into buttons, especially not in 2017. You may have a utility script that does this for you installed, and it doesn’t work in 2020.2 for whatever reason.
yeah that’s what I thought, can’t figure out which one that is.
if it’s hijacking the ContextMenu attribute, what’s the best way to find that out?
I tried searching the string ContextMenu and ContextMenuAttribute, when I ctrl+D on ContextMenu it’s sending me to the vanilla Unity code, which is sealed so that’s weird it’s even able to do that.
If you’re not finding it through string searches, it may be in a dll.
I don’t know of a plugin off the top of my head that does that, so I’m afraid I can’t help you there.
oh there you go
https://github.com/SubjectNerd-Unity/ReorderableInspector
never mind, it works when I un-nuke ReorderableArrayInspector…
Great little tool, by far the least cumbersome to use.