Script Canvas, replace the text replacement system to a JSON file based one (#5228)

It is now possible to right click on nodes on the node palette to navigate to the file that holds the text data for any given node, this way it is easy to update and improve the naming of titles, subtitles, categories, tool tips and slots.
This commit is contained in:
Luis Sempé
2021-11-11 11:53:51 -08:00
committed by GitHub
parent 9d93282e42
commit 9e2a3226fd
1382 changed files with 209123 additions and 1515 deletions
+3
View File
@@ -137,6 +137,7 @@ if(PAL_TRAIT_BUILD_HOST_TOOLS)
.
Editor/Include
Editor/Static/Include
Editor/Assets
BUILD_DEPENDENCIES
PRIVATE
AZ::AzCore
@@ -155,6 +156,7 @@ if(PAL_TRAIT_BUILD_HOST_TOOLS)
scriptcanvasgem_editor_files.cmake
scriptcanvasgem_editor_asset_files.cmake
scriptcanvasgem_editor_builder_files.cmake
scriptcanvasgem_editor_tools_files.cmake
COMPILE_DEFINITIONS
PUBLIC
SCRIPTCANVAS_ERRORS_ENABLED
@@ -165,6 +167,7 @@ if(PAL_TRAIT_BUILD_HOST_TOOLS)
PRIVATE
.
Editor
Tools
Editor/Include
${SCRIPT_CANVAS_AUTOGEN_BUILD_DIR}
BUILD_DEPENDENCIES