Card Editor
The perfect tool to help you creating/editing cards.
Last updated
The perfect tool to help you creating/editing cards.
Last updated
You can check more demos here.
"Refresh Fields": Reload all fields made to build Card Editor's inspector
"Clone": Duplicate the current Scriptable Object
"Rename File": Quick way to rename the current Scriptable Object
"Delete": Delete the current Scriptable Object
"Preview": Preview the current Card in the selected prefab (CardUI, HandCard, BoardCard, etc.) in a temporary scene to tweak the UI
Preview requires a selected Prefab and Variant
Find a Card
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
Rename Scriptable Object
Delete 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_full
and art_board
InlineEditor for all nested Scriptable Objects
Powerful customizable editor
" ": Reload all scriptable objects (allowing for small changes while playing the game)
Editor has a search box to find cards when you know the respective id
Hit preview and fine tune your UI (just make sure you are looking to Scene and not Game view).
Duplicate Nested Scriptable Object