Unity Package Installation
The full AnyRPG Engine Unity package is a free download that contains extra assets and a more complex sample game than the one included in AnyRPG Core (available on github and the Unity Asset Store).
Last updated
The full AnyRPG Engine Unity package is a free download that contains extra assets and a more complex sample game than the one included in AnyRPG Core (available on github and the Unity Asset Store).
Last updated
Download the AnyRPG Unity package from https://www.anyrpg.org/downloads/.
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 Unity version they were exported with.
You can find the correct Unity version for the latest unity package right on the downloads page, and the correct Unity version for previous AnyRPG packages on their individual details pages.
Open Unity Hub and select the Projects tab. Click New project.
If you have multiple versions of Unity installed, you will need to select the correct editor version. Choose 3D (URP/HDRP are not available yet), optionally name your project, and click the Create project button.
When project loads, find the AnyRPG Unity package on your hard drive, and drag it into the Project pane or tab in the Unity editor.
A warning window will pop up letting you know this package will overwrite all project settings. Click Import.
When the Import Unity Package window appears, click Import.
The AnyRPG Unity package contains thousands of textures, icons, 3d models, and audio files. You can expect the import to take around 10 minutes, even on a reasonably fast computer.
When the installation completes, your project should have the following folder structure.
You can safely ignore any warning messages in the console. There should be no error messages. If there are error messages, check to ensure you created the project with the correct version of Unity.
From here you can explore the included sample games or get started creating your own game.