-
Notifications
You must be signed in to change notification settings - Fork 19
How to Install Templates
sindharta-tanuwijaya edited this page Feb 8, 2023
·
8 revisions
Step:
- Download
com.unity.template.anime.*.tgz
archive files, each for each supported render pipeline, from the Releases page. - Open
\Editor\Data\Resources\PackageManager\ProjectTemplates
folder inside Unity Editor installation folder.
Example:C:\Program_Files\Unity\Hub\Editor\2020.3.27f1\Editor\Data\Resources\PackageManager\ProjectTemplates
- Copy downloaded archive files to the above folder.
Templates like Anime(HDRP) will now be selectable from the Unity Hub template list.
The Package Manager used for installing packages for Anime Toolbox templates may require Git to be installed in the environment. If you are using a Windows PC and do not have Git for Windows, please download and install it from the link below.
You can verify whether Git is already installed or not in Windows by typing the following in the command prompt:
git --version
If Git is not installed, no version will be displayed.