how to install a package in unity - unity

how to install a package in unity - unity 

(1)open unity
(2)select menu bar (Window->package manager)
and a window which title is "package manager" pops up.
(3)select menu bar (package registry)
(4)type package's name that you want to download in search line.
(5)check the information and install it.

Resource:
more details on:

Comments

Popular posts from this blog

GameObject.SetActive() v.s. GameObject.active

output message to Unity Console - Debug.Log() v.s. Debug.LogWarning() v.s. Debug.LogError() v.s. print()