A handy bookmark system for Unity.
- Unity Git Package Updater (quickly keep dependencies up to date)
- 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/UnityBookmarks.git#upm
- Click the Add button
- In your Unity Project, open up the manifest.json file located in your Packages folder
- below
"dependencies": {
add the line"com.quantumcalzone.unitybookmarks": "https://github.com/QuantumCalzone/UnityBookmarks.git#upm",