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.
Documentation hosting is provided by Gitbook at https://docs.anyrpg.org/
https://www.patreon.com/anyrpg
http://www.anyrpg.org/downloads/
https://www.youtube.com/channel/UC-SiqAyRXR6eijPggFhFG2g
https://twitter.com/AnyRPGEngine
There are 3 ways to install AnyRPG, depending on your preference. They are listed below.
A Unity package that includes this repository, a complex sample game, and all dependencies pre-installed is available for download at http://www.anyrpg.org/downloads/
A video tutorial for installing AnyRPG Core version 0.10.1a (and higher) from github can be watched here: https://www.youtube.com/watch?v=oMeWWgNYrYI
- Install the correct Unity version to open this project. The current project Unity version is 2021.3.28f1
- Clone this repository into a directory on your computer
- Open the Unity Hub and add the project
- Open the project and install the following Unity packages:
- Text Mesh Pro. This package is installed by default.
- UMA 2 from the Unity Asset Store (https://assetstore.unity.com/packages/3d/characters/uma-2-unity-multipurpose-avatar-35611) or github (https://github.com/umasteeringgroup/UMA/tree/master/UMAProject)
- Open the Window menu in Unity and choose 'TextMeshPro' > 'Import TMP Essential Resources'
- Open the UMA menu in Unity and choose Global Library. In the Global Library window, choose File > Rebuild From Project
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 0.14.5 (and higher) from the Unity Asset Store can be watched here: https://youtu.be/syI3ohFWVck
A PDF file with instructions for installing AnyRPG Core from the Unity Asset Store can be found at Unity Asset Store Package Setup Guide
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