Skip to content

How to Install Templates

sindharta-tanuwijaya edited this page Feb 8, 2023 · 8 revisions

Steps

Step:

  1. Download com.unity.template.anime.*.tgz archive files, each for each supported render pipeline, from the Releases page.
  2. 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
  3. Copy downloaded archive files to the above folder.

Templates like Anime(HDRP) will now be selectable from the Unity Hub template list.

Installing the Anime Toolbox template for the first time on a Windows PC

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.

Git for Windows

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.

git_version