Skip to content

QuantumCalzone/UnityUtilitiesAndExtensions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unity Utilities And Extensions

A collection of methods that I commonly use through all of my Unity projects.

How to install

Via 2019.4 and later

  • In Unity, open Window/Package Manager
  • Select the + button at the top left
  • Select Add package from git URL...
  • Paste in https://github.com/QuantumCalzone/UnityUtilitiesAndExtensions.git#upm
  • Click the Add button

Via 2019.3 and eariler

  • In your Unity Project, open up the manifest.json file located in your Packages folder
  • below "dependencies": { add the line "com.quantumcalzone.unityutilitiesandextensions": "https://github.com/QuantumCalzone/UnityUtilitiesAndExtensions.git#upm"

About

A collection of methods that I commonly use through all of my Unity projects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages