Skip to content

Files Generation Settings

Semyon Gritsenko edited this page Feb 10, 2022 · 1 revision

Files Generation Settings

  • generationType - possible values: standard, prefixes, postfixes

If you choose prefixes or postfixes you must also define array of strings with same name

  • prefixes - array of strings with values that insert before animation name
  • postfixes - array of strings with values that insert after animation name

Example

{
    "generationType": "prefixes",
    "prefixes": [
        "First",
        "Second",
        "Third",
        "Fourth",
        "Fifth",
        "Sixth",
        "Seventh",
        "Eighth",
        "Ninth"
    ]
}

Clone this wiki locally