-
Notifications
You must be signed in to change notification settings - Fork 22
How to Install Templates
Copy the com.unity.template.anime.*.tgz file from the appropriate render pipeline archive to /Editor/Editor\Data\Resources\PackageManager\ProjectTemplates
【NOTE】In most cases, the current Unity Editor version can be found under C:\Program Files\Unity\Hub\Editor
Example: C:\Program_Files\Unity\Hub\Editor\2020.3.27f1\Editor\Data\Resources\PackageManager\ProjectTemplates
“Anime(HDRP)” will now be selectable from the Unity Hub template list
Note: When creating a project in the Unity Hub on Windows platform, project creation fails if the project path is over 75 bytes.
Ex: Project creation fails if the project is named something like “1234567890abcdefghijkl” in D:\Storage\Unity_Projects\AnimeToolboxTemplate\202106\ Be aware of the project name and path when creating a project using the Unity Hub template. As this issue occurs in the alpha version of the package, it is expected that it will be fixed for the official release.
Note: Installing the Anime Toolbox template for the first time on a Windows PC
The Package Manager used to install packages for the Anime Toolbox template requires an OS with Git installed. 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 from the command prompt by using:
git --version
If Git is not installed, no version will be displayed.