DotsUI Core
DotsUI Core is an open-source UI framework built for Unity's Data-Oriented Technology Stack (DOTS). It provides high-performance UI solutions using ECS architecture, offering developers an alternative to traditional Canvas-based UI systems with improved performance and scalability for DOTS-based projects.
com.dotsui.core 
Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/supron54321-core.git?path=com.dotsui.core README Markdown
Copy this to your project's README.md
## Installation
Add **DotsUI Core** 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/supron54321-core.git?path=com.dotsui.core
```
[](https://www.pkglnk.dev/pkg/supron54321-core)Dependencies (2)
README
Unity forum thread:
https://forum.unity.com/threads/source-code-dotsui-open-source-ui-framework-for-dots.715880/
Changelog:
com.dotsui.core/CHANGELOG.md
Packages
Core
UnityEngine hybrid converters
UnityEngine hybrid samples
Requirements
Unity 2019.3.0a8 or newer (hybrid package requires new Mesh API).
Installation
Method 1:
- Clone repository
- Copy packages into *ProjectRoot*/Packages
Method 2:
- Clone repository
- Copy packages into Assets/
- Manually add Entities packages and update burst to at least v1.1.1
No comments yet. Be the first!