<aside> TABLE OF CONTENTS

Introduction

Getting Started

Usage

Configuration

Roadmap

FAQ

Appendices

Changelog

</aside>

Product Name: ARPG Addon Module for GC2 Version: 1.2

Getting Started

Welcome to the ARPG Addon Module for GC2 documentation! This guide will help you set up and integrate our addon module into your Unity project.

WARNING!: Start with a new Unity project before importing the ARPG Addon Module for GC2. Importing into an existing project may break functionality or cause data loss. Always back up your work before adding complex assets.

Prerequisites

Before installing ARPG Addon Module for GC2, ensure you have the following:

Note: ARPG Addon Module for GC2 supports only the Built-in Render Pipeline. Universal Render Pipeline (URP) and High Definition Render Pipeline (HDRP) are not supported. You can easily find instructions on how to convert any materials to URP or HDRP on your own, such as this outdated video on URP: How to convert to the Universal Render Pipeline in Unity (Tutorial) by #SyntyStudios

New Input System

All of the GC2 triggers in our template now utilize the new input system. Delete “InputSystem_Actions” from the base “Assets” folder. Instead work from “InputSystem_Common” found here:

input.png

Installation Steps

  1. Install Unity Editor:

  2. Create a New Project:

  3. Import Required Assets:

    INSTALLS-GC2.png

  4. Import ARPG Addon Module for GC2:

  5. Add a Tag:

Tags_v1.2.png

  1. Add a Few Layers:

Layers_v1.2.png


Additional Resources

For more information on Game Creator 2 and its features, visit the official Game Creator website.

By following these steps, you'll have our Action RPG Addon Module for GC2 and its dependencies correctly installed in your Unity project. If you encounter any issues or have questions, refer to the respective asset documentation or contact our support team.