Moratelli's ToolBelt | TCG Engine
  • Moratelli's ToolBelt
  • Getting Started
    • Installation
    • Configuration
  • Tools
    • Card Editor
      • Demos
      • Customize
    • Game Helper
    • Card Finder
      • Configuration
    • Card Inspector
    • Duplicate Finder
    • Game State Visualizer
    • SO Creator
    • SO Finder
    • Card Gallery
  • Project Builder
Powered by GitBook
On this page
  • Demo
  • Default View
  • Toolbar
  • Features
  1. Tools

Card Editor

The perfect tool to help you creating/editing cards.

PreviousConfigurationNextDemos

Last updated 5 months ago

Demo

Duplicate a CardData

CardEditor will update the id to match the file_name and put the clone in the same folder, making really easy to keep Cards of same team together.

Duplicate a CardData

If you duplicate the file while a search is active, the file will be placed in the root folder, what is a mess since it cannot be correctly load if is out of Resources folder.

Default View

Toolbar

  • "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

Features

  • 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_fulland art_board

  • InlineEditor for all nested Scriptable Objects

  • Powerful customizable editor

You can check more .

" ": 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

demos here