StansAssets / com.stansassets.marking-menu

Open source product allows configure scene view, to access to the context menu in the Editor
http://stansassets.com
1 stars 0 forks source link

"Stans Assets/Marking Menu/Open" typos #10

Closed Yurii-Tor closed 3 years ago

Yurii-Tor commented 3 years ago

Our programmers often do typos in menu namings. It would be a good practice using consts for those attributes

const string STANS_ASSETS = "Stan's Assets";
[MenuItem(STANS_ASSETS + "/Marking Menu/Toggle Debug Mode")]
pavlo-klymentenko-legacy commented 3 years ago

Fixed.