Skip to content

kyavichev/BearEssentials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 

Repository files navigation

BearEssentials

Adding to a Unity project

  • Open Packages/manifest.json
  • Add this package to the list of the dependencies:
  "com.bears.bearessentials": "https://github.com/kyavichev/BearEssentials.git?path=/BearEssentials/Assets",

Using Versioned URL

While it is fine to use the above the URL, it is unclear when Unity will check if there is an update for this package, so I prefer to use a versioned URL:

  "com.bears.bearessentials": "https://github.com/kyavichev/BearEssentials.git?path=/BearEssentials/Assets#bear-essentials-1.0.17",

You can look at the latest tags to see what is the latest version. Highly recommend using the latest if you are just starting on a new project.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published