Editor

The perfect tool to help you creating/editing cards.

  • Find a Card

    • Editor has a search box to find cards when you know the respective id

  • Preview Card

    • Setup a GameObject that has the CardUI (like BoardCard or HandCard);

    • Setup your VariantData to see a preview of the card, allowing for quick changes with real data to fine tune details

    • Hit preview and fine tune your UI (just make sure you are looking to Scene and not Game view).

  • Rename Scriptable Object

  • Delete Scriptable Object

  • Duplicate Nested Scriptable Object

    • Allows to duplicate all field to make new abilities/cards/effects really fast;

    • Handle array duplication creating a new array on memory to avoid weird behaviors while changing the copy;

    • Auto associate with the field / add item if is a list;

    • Sets the ID as the name to make the process of duplication better.

  • Preview art_fulland art_icon

  • InlineEditor for all nested Scriptable Objects

  • Powerful customizable editor

Last updated