AYip DDD
AYip DDD provides foundational Domain-Driven Design (DDD) support for Unity projects. The package includes an IAggregateRoot interface to mark entities with unique identifiers, establishing a base structure for implementing DDD patterns in your game architecture. Designed to be environment-agnostic, it supports both Unity and non-Unity contexts.
com.adrianyip.ddd 
Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/ddd.git README Markdown
Copy this to your project's README.md
## Installation
Add **AYip DDD** 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/ddd.git
```
[](https://www.pkglnk.dev/pkg/ddd)README
AYip DDD
It is a package initially used for Unity development, but I hope that it stays independent so that it could be used for other environment as well.
For this version of 0.1.0, it's really nothing but only an IAggregateRoot script to mark an entity as it with an ID.
No comments yet. Be the first!