/AnyRPGCore

Open source Role Playing Game engine for Unity 3D written in C#.

Primary LanguageC#MIT LicenseMIT

AnyRPG

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.

Links

Web Site

http://www.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

Wiki

https://wiki.anyrpg.org/

Trello

https://trello.com/anyrpg/

Setup

Unity Package

A Unity package that includes this repository (and a complex sample game) is available for download at http://www.anyrpg.org/downloads/

Github Installation

Video tutorial for version 0.10.1a install can be watched here: https://www.youtube.com/watch?v=oMeWWgNYrYI

  1. Install the correct Unity version to open this project. The current project Unity version is 2020.3.25f1
  2. Clone this repository into a directory on your computer
  3. Open the Unity Hub and add the project
  4. Open the project and install the following Unity packages:
  5. Open the Window menu in Unity and choose 'TextMeshPro' > 'Import TMP Essential Resources'
  6. Open the UMA menu in Unity and choose Global Library. In the Global Library window, choose File > Rebuild From Project

Getting Started

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

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