Godot-EventSystem icon indicating copy to clipboard operation
Godot-EventSystem copied to clipboard

json import/export

Open Crystalwarrior opened this issue 3 years ago • 2 comments

Describe the feature / enhancement and how it helps to overcome the problem or limitation

Add functionality to allow json import/export of the timelines for sharing over the web, importing into other programs, etc.

Crystalwarrior avatar Dec 31 '21 11:12 Crystalwarrior

We need to define a format for export and a format to import from JSON

AnidemDex avatar Dec 31 '21 18:12 AnidemDex

Proposed format

{
    "events":
        [
            {
                "event" : "<event script path>" ,
                "<event property>" : "<value>",
                ...
             }
        ]
}

AnidemDex avatar Jul 28 '22 18:07 AnidemDex