AnyRPG

June 8, 2026 ยท View on GitHub

Introduction

This project contains the code for the AnyRPG Engine.

AnyRPG is a Role Playing Game engine written in C# for Unity.

It is a 100% free and open source project with the goal of enabling content creators to rapidly create unique and engaging short stories, scenarios, adventures, and even full games.

It accomplishes this by providing a platform with the most common Role Playing Game functionality out of the box so that content creators only need to provide visual assets and story content.

Web Site

http://www.anyrpg.org/

Documentation

Documentation hosting is provided by Gitbook at https://docs.anyrpg.org/

Patreon

https://www.patreon.com/anyrpg

Download Unity Packages and Example Games

http://www.anyrpg.org/downloads/

YouTube Channel

https://www.youtube.com/channel/UC-SiqAyRXR6eijPggFhFG2g

Discord Server

https://discord.gg/huSAuqk

Trello

https://trello.com/w/anyrpg/

X.com

https://x.com/AnyRPGEngine

Setup

There are 2 ways to install AnyRPG, depending on your preference. They are listed below.

Github Installation

A video tutorial for installing AnyRPG Core version 1.0 (and higher) from github can be watched here: https://youtu.be/o_3pCpv4RHw

  1. Install the correct Unity version to open this project. The current project Unity version is 6000.3.10f1
  2. Clone this repository into a directory on your computer
  3. Open the Unity Hub and add the project.

Unity Asset Store Package Installation

AnyRPG Core is available on the Unity Asset Store at https://assetstore.unity.com/packages/slug/234361

A video tutorial for installing AnyRPG Core version 1.0 (and higher) from the Unity Asset Store can be watched here: https://youtu.be/hAPFGAX2o-g

Getting Started

Open the Tools menu in Unity and choose 'AnyRPG' > 'Welcome Window'

Click the 'Import TMP Essential Resources' button

From the welcome window you can easily

  • Find and open the included sample games
  • Launch the New Game Wizard to setup your own game
  • Find and open online support resources to get in depth help and information about using AnyRPG