Github Installation
This page describes how to install AnyRPG Core from github.
Last updated
This page describes how to install AnyRPG Core from github.
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
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 select the Projects tab. Click Open > Add Project From Disk.

Find the project folder and choose Add Project.

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

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

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.

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