Fixes regression of Select Asset Path selection

Fixes setting for showing core and tools dirs in Asset Browser
Fixes path for newly created PostFX, state machine and cubemap assets
Improves logic for getModuleFromAddress from asset browser directory handler
Prevents error if no field was edited in the Create New Asset window before hitting the create button
Forces acquiring newly created asset just so they can be utilized immediately
Updates PostFXAsset template files to better hook in and provide a better example of basic behaviors.
This commit is contained in:
Areloch 2020-09-08 01:22:57 -05:00
parent 82f7db3d48
commit c51adb6c1c
10 changed files with 71 additions and 33 deletions

View file

@ -250,6 +250,7 @@
isContainer = "0";
canSave = "1";
canSaveDynamicFields = "0";
command="SelectAssetPath.selectPath();";
};
new GuiButtonCtrl() {
text = "New Folder";