Add ability to import json files as variables in editor. #6858
Sapper-Morton
started this conversation in
Enhancement ideas (and their technical discussions)
Replies: 1 comment 1 reply
-
It sounds sensible to have a import/export to JSON button in variables editor. One point where we would need to be careful is to ensure "refactoring" is done across the project if a variable type is changed. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'd like to see in-editor support to import JSON structures as variables so I wouldn't need to load them one by one while running the game.
My current project requires a lot of JSON loading and once they're locked in I'd rather have them permanently in my global variables than in files inside the game directory.
Meanwhile the feature is not available I'll be hand editing the game.json file to add the structures to the global variables.
Beta Was this translation helpful? Give feedback.
All reactions