Coimbra Framework
Coimbra Framework provides a collection of general-purpose utilities designed to streamline Unity development workflows. It offers essential tools and abstractions to reduce boilerplate code, improve code organization, and accelerate project development. The package includes comprehensive documentation and is built with UniTask integration for efficient asynchronous operations.
com.coimbrastudios.core 
Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/coimbrastudios-core.git README Markdown
Copy this to your project's README.md
## Installation
Add **Coimbra Framework** 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/coimbrastudios-core.git
```
[](https://www.pkglnk.dev/pkg/coimbrastudios-core)Dependencies (6)
README
Coimbra Framework
Package of general utilities to be used with Unity development.
Important Links
Dependencies
- UniTask: https://github.com/Cysharp/UniTask
No comments yet. Be the first!