karim.salama 1 Share Posted February 19 Greetings, Say I would like to add an item called "Item" under the "Optimize" menu in the old editor. What I do is call menuAddItem("Item", "optimize_item", "optimize"); This seems to be working fine. Now I want to add a sub-item call "Sub-item" under "Item". Calling menuAddItem("Sub-Item", "optimize_subitem", "optimize_item"); does not seem to work. Did I miss something here? Thanks in advance Link to post
silent 446 Share Posted February 20 Hi Karim, There is no way to add sub-item to the menu item (it's a hard-coded limitation in this editor version). How to submit a good bug report --- FTP server for test scenes and user uploads: ftp://files.unigine.com user: upload password: 6xYkd6vLYWjpW6SN Link to post
Recommended Posts