Getting Started

This guide covers the initial setup of the plugin and the fundamental concepts you'll need to understand before you start building your skill trees.

Quick Start Video Tutorial

Plugin Installation

There are two ways to install the plugin into your project. Using the Epic Games Launcher is the recommended method.

Method 1: From the Epic Games Launcher (Recommended)

  1. Acquire the Plugin: Purchase or download the plugin from the Unreal Engine Marketplace.
  2. Install to Engine: Open the Epic Games Launcher. Navigate to your Library and find the plugin in your "Vault". Click the "Install to Engine" button and select the version you want to add it to.
  3. Installing to Project: If you didn't build the engine from source and want to change the source code for the plugin, it is recommended to move it to your projects Plugin folder. The quickstart video goes over how to do this. If you just want to override or create your own classes, no change is necessary.

  4. Enable the Plugin: Open your Unreal Engine project. In the editor, go to Edit > Plugins. Search for "Crimson Skill Tree", make sure the "Enabled" box is checked, and restart the editor if prompted.
  5. Enable Plug-in

Method 2: Manual Installation (From a .zip file)

Use this method if you have the plugin as a standalone folder (e.g., from GitHub or a direct download).

  1. Locate Your Project: Find your Unreal Engine project folder in your computer's file explorer.
  2. Create a Plugins Folder: If it doesn't already exist, create a new folder named Plugins inside your main project folder.
  3. Copy the Plugin: Copy the entire CrimsonSkillTree plugin folder into this new Plugins folder.
  4. Launch the Editor: Open your Unreal Engine project. The editor may ask if you want to build the new plugin module. Click "Yes".
  5. Verify Installation: In the editor, go to Edit > Plugins. Search for "Crimson Skill Tree", make sure the "Enabled" box is checked, and restart the editor if prompted.

Core Concepts

It's helpful to understand the main pieces of the system: