Down arrow icon

Installation

1. Prerequisites

You’ll need node.js in order to install and run the Shadeup CLI

  1. Node.js (includes npm used below)
  2. Unreal Engine

2. Install the CLI

$ npm i @shadeup/unreal -g

3. Verify your installation

After installation, you should have the shadeup-unreal command available in your path. When running you should get an error (assuming your cwd is not a UE project):

$ shadeup-unreal

Shadeup v0.1.0
Error: No unreal project found in this folder.

You may need to restart your terminal for the shadeup-unreal command to appear

Next up arrow_forward
Thumbnail