All Projects → michaelday008 → Anyrpgcore

michaelday008 / Anyrpgcore

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

Projects that are alternatives of or similar to Anyrpgcore

Gdk For Unity
SpatialOS GDK for Unity
Stars: ✭ 296 (+109.93%)
Mutual labels:  unity, games
Mirror
#1 Open Source Unity Networking Library
Stars: ✭ 2,905 (+1960.28%)
Mutual labels:  unity, games
Beaverandfairies
Stars: ✭ 14 (-90.07%)
Mutual labels:  unity, games
Project Skylines
procedural retro 3d game, winner of the GitHub Gameoff 2017
Stars: ✭ 293 (+107.8%)
Mutual labels:  unity, games
Redrunner
Red Runner, Awesome Platformer Game.
Stars: ✭ 414 (+193.62%)
Mutual labels:  unity, games
Gameproject3
游戏服务器框架,网络层分别用SocketAPI、Boost Asio、Libuv三种方式实现, 框架内使用共享内存,无锁队列,对象池,内存池来提高服务器性能。还包含一个不断完善的Unity 3D客户端,客户端含大量完整资源,坐骑,宠物,伙伴,装备, 这些均己实现上阵和穿戴, 并可进入副本战斗,多人玩法也己实现, 持续开发中。
Stars: ✭ 655 (+364.54%)
Mutual labels:  unity, games
Gdk For Unity Fps Starter Project
SpatialOS GDK for Unity FPS Starter Project
Stars: ✭ 119 (-15.6%)
Mutual labels:  unity, games
Arkitexperiments
Quick and dirty experiments with ARKit
Stars: ✭ 142 (+0.71%)
Mutual labels:  unity
Arucounity
Bring augmented reality to Unity by tracking Aruco markers in real time.
Stars: ✭ 144 (+2.13%)
Mutual labels:  unity
Texturegenerator
3D and 2D Texture generation using the compute shaders within the Unity engine.
Stars: ✭ 142 (+0.71%)
Mutual labels:  unity
Gpu Gems 3d Fluid Simulation
3D fluid simulation on the in Unity
Stars: ✭ 141 (+0%)
Mutual labels:  unity
Hololenswithopencvforunityexample
HoloLens With OpenCVforUnity Example
Stars: ✭ 142 (+0.71%)
Mutual labels:  unity
Articulations Robot Demo
Stars: ✭ 145 (+2.84%)
Mutual labels:  unity
Kinotube
An image effect simulating analog video artifacts in Unity.
Stars: ✭ 142 (+0.71%)
Mutual labels:  unity
Ugui Super Scrollview Example
Sample project that summarizes usage examples of "UGUI Super ScrollView".
Stars: ✭ 146 (+3.55%)
Mutual labels:  unity
Unity Bitmapfontimporter
An unity editor extension for bitmap font.
Stars: ✭ 139 (-1.42%)
Mutual labels:  unity
Urp toon
A Toon Shader in Unity Universal Render Pipeline.
Stars: ✭ 147 (+4.26%)
Mutual labels:  unity
Rcade
Games to procrastinate with RStudio
Stars: ✭ 146 (+3.55%)
Mutual labels:  games
Asimpl
Asynchronous Importer and run-time Loader for Unity
Stars: ✭ 142 (+0.71%)
Mutual labels:  unity
Unityfx.async
Asynchronous operations (promises) for Unity3d.
Stars: ✭ 143 (+1.42%)
Mutual labels:  unity

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/

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

  1. Install the correct Unity version to open this project. The current project Unity version is 2019.4.21f1
  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
  7. Open the scene "CoreGame" and press play in the editor
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].