Merging exported actions
Hi everyone
I'm working on a very large skybow solution with a lot of very complicated actions in buttons.
i'm now in a situation where i need to add a certain functionality to another button with already existing actions.
When importing a set of exported actions, the existing ones get overwritten.
Is there a way to import a set of actions and merge them with the existing ones?!
Best wishes and thanks a lot!
Dieter
-
Hi DieterJauslin,
the easiest way would be to export both actions, which generates a .json file for each. Then open them e.g. in Notepad++ and copy the actions needed into one of the files. For better visibility where to paste I would suggest to use a plugin called JSON Viewer. Once copied to the right place (each action is represented in curly brackets), save this file and import it in the action builder with overwrite.
Structure of an action .json file is the following:
[
{
action 1 properties
},
{
action 2 properties
},
{
...
}
]BR Matthias
0 -
Hi Matthias
GREAT! 😉 works like a charm!
thanks a lot and have a good day
Dieter
0 -
Great to hear. Thanks for the feedback DieterJauslin.
BR Matthias
0
Please sign in to leave a comment.
Comments
3 comments