Tutorial: How To Install - CodingDino/Dino-Unity-Toolkit GitHub Wiki

The Dino Unit Toolkit is just a package for Unity, and can be installed like any other custom package. First, download the exported package here:

If you are completely new, use the Full Package download. It takes longer due to having many example games and assets, but can be helpful when learning.

Once it's downloaded, open the Unity project where you want to use the toolkit. Go to the menus at the top and choose Assets > Import Package > Custom Package.... Now just browse to the downloaded package file. Leave all objects checked in the following menu.

After a short wait, you should now have the Dino Unity Toolkit imported! You should see a new folder in your Project panel, "Dino Toolkit" - all scripts (and examples if you picked the full package) should be contained in that folder.

To get started, try out the Hello World Tutorial and learn the ropes!