Add Button To Level Tab

Documentation for Unity Asset Store version v1.20

Add Button To Level Tab

Since version v1.20 the level editor is completely independent of the UI implementation. You do not need to use any rigid UI extension system. Simply add the needed UI to the scene. To extend the level tab of the built-in example UI duplicate the 'Load' button (search for 'RightMenu_Level_LoadBtn'), rearrange it, update its text and change its 'OnClick()' function to call your script. If you want to use a custom UI, then you can find more information in this article.