Create a new projectUsers find this page very helpful !
This section covers the creation of a new Unity project with RPG Power Forge !
Summary
Create a new Unity project
To create a new project, open the Unity Hub and select "Project", from the left panel (should be selected by default).
Select "New project" on the top-right corner.
On the setting page, mind the steps :
- Check the Unity version you are using (we recommend Unity 2022.3.34f1 at least)
- Select the "2D Core" project template
- Fill the project name and location
- Select your Unity account for "Unity Cloud Organization"
- Click "Create project" !
Well done ! The project is loading for the first time...
Once loaded, the project will open. Congratulation, you now have a new Unity project set up !
Import RPG Power Forge
RPG Power Forge is a Unity package ().unitypackage file. A Unity package contains features to fit the various needs of your Unity project. In the case of RPG Power Forge, the package provides many tools and features to make RPG games easily !
To import RPG Power Forge, choose Assets > Import Package > Custom Package. A file browser appears, prompting you to locate the .unitypackage file.
In the file browser, select the RPG Power Forge Unity package file and click Open. Then, Unity will inform you the package you want to install will overwrite the current project setting : it's perfectly normal ! select "Import".
A new window will display all the items to install. Make sure everything is selected (should be by default) and select "Import".
RPG Power Forge package is now importing !
RPG Power Forge will ask you if you are OK to install it. select "Install".
RPG Power Forge package is installing ! Unity will restart upon completion.
Unity Editor recommendations
For an optimal gamedev experience (especially on laptops), we recommend the following settings for the Unity Editor :
- Edit > Preferences > General > Interation Mode : Monitor Refresh Rate
Congratulations
Well done, Unity Editor now has RPG Power Forge installed !
You can now start making games here !
Did you find this page useful ? Please rate it !