CamLib
CamLib is a personal utilities library offering general-purpose functionality for Unity projects. Key features include a centralized asset display window, a robust save/load system with data editor and version migration, automatic build version management with zip export, and various utility scripts. The package is actively developed during personal projects and includes documentation for all classes. Note that API stability and Unity version compatibility are not guaranteed.
com.cammin.camlib 
Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/camlib.git README Markdown
Copy this to your project's README.md
## Installation
Add **CamLib** to your Unity project via Package Manager:
1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/camlib.git
```
[](https://www.pkglnk.dev/pkg/camlib)README
My personal utilities library package.
This will gradually gain updates as it sees fit during personal project developments.
This package would contain general functionality that can be applied to any Unity project.
In particular, there are some notable tools:
- Centralized asset display window
- Save/Load system with interactive data editor window and version migration
- Build version auto-incrementation and easy zipping
- And many various utility scripts
I document the classes here, so it should be understandable.
Disclaimer
- I don't regard compatibility or the Unity version, so beware!
- The API could and will change at any moment's notice.
- This package will change the supported unity version at any moment's notice, but will usually stay current with the latest tech stream.
- In most cases, older Unity versions should work but are not actively supported.
No comments yet. Be the first!