Fleshes out remaining missing editor settings entries/categories

Makes GUIAssets exec scripts before the gui file to allow onAdd methods to work
Adds missing getForestPath and getNavmeshPath methods and updates asset move logic to utilize them
This commit is contained in:
JeffR 2022-04-05 00:29:58 -05:00
parent 3b9414b5f9
commit 6b28f1f151
13 changed files with 112 additions and 24 deletions

View file

@ -81,6 +81,8 @@ function RoadEditorPlugin::onWorldEditorStartup( %this )
// Add ourselves to the Editor Settings window
exec( "./RoadEditorSettingsTab.gui" );
//ESettingsWindow.addTabPage( ERoadEditorSettingsPage );
ESettingsWindow.addEditorSettingsPage("RoadEditor", "Road Editor");
}
function RoadEditorPlugin::onActivated( %this )