AnyRPG / AnyRPGCore

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

Home Page:https://www.anyrpg.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/

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/anyrpg/

Twitter

https://twitter.com/AnyRPGEngine

Setup

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

AnyRPG Engine Unity Package Installation

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/

AnyRPG Core Github Installation

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

  1. Install the correct Unity version to open this project. The current project Unity version is 2021.3.28f1
  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

AnyRPG Core 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 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

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

About

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

https://www.anyrpg.org

License:MIT License


Languages

Language:C# 99.7%Language:ShaderLab 0.3%Language:HLSL 0.0%