Github Installation

The AnyRPG Core package is available on github and the Unity Asset Store. This page describes how to install it from github.

Install the Correct Unity Version

The AnyRPG Unity package is exported as a complete project because it requires specific build settings, compiler settings, layers, and tags to function. Due to the way full projects are exported in Unity, they must be imported with the same or higher Unity version they were exported with.

The correct Unity Version for the current github project is 6000.3.10f1 and can be downloaded from

https://unity3d.com/get-unity/download/archive

Download the Project From Github

Choose one of the download methods that Github offers.

For example, you can clone the project into a directory on your computer if you have the git CLI installed using the command git clone https://github.com/AnyRPG/AnyRPGCore.git

Open Unity Hub and Add the Project

Open Unity Hub and select the Projects tab. Click Open > Add Project From Disk.

Find the project folder and choose Add Project.

Open The Project

The project should now be visible in Unity Hub. Click on it to open it.

The Welcome Window

The welcome window should popup once the project opens. If not, you can find it at Tools -> AnyRPG -> Welcome Window.

Install TMP Essental Resources

Click the button Import TMP Essentials

When presented with the option, accept the defaults and click Import.

You should now see the warning has disappeared.

Next Steps

Congratulations, AnyRPG is now ready to use!

From here you can install optional addons, explore the included sample games or get started creating your own game.

Last updated