anatawa12’s gist pack for Unity #
Set of anatawa12’s gists for Unity. With this pack, you can upgrade gists using VPM.
anatawa12’s gist pack for Unity is an Open Source Software developed on GitHub published under the MIT License.
Installation #
anatawa12’s gist pack for Unity is published with VPM repository, so you can install this package using any vpm clients.
With VCC (Recommended) #
- Click this link to add anatawa12’s repository.
- Add anatawa12’s gists pack from VCC.
Using Installer UnityPackage with VPAI #
With VPAI You can install this tool with just importing one unitypackage.
- download installer unitypackage here.
- Import the unitypackage into your project.
Using vrc-get #
If you’re familiar with command line, You may install this package using vrc-get.
# add our vpm repository
vrc-get repo add https://vpm.anatawa12.com/vpm.json
# add package to your project
cd /path/to/your-unity-project
vrc-get install com.anatawa12.gists
Using VPM CommandLine Interface #
If you’re familiar with command line, You may install this package using VPM/VCC CLI.
# add our vpm repository
vpm add repo https://vpm.anatawa12.com/vpm.json
# add package to your project
cd /path/to/your-unity-project
vpm add package com.anatawa12.gists