mirror of
https://github.com/DCFApixels/DragonECS-Unity.git
synced 2025-09-17 17:34:34 +08:00
2.0 KiB
2.0 KiB
Integration with Unity for DragonECS
Languages: | Русский | English(WIP) |
---|
The extension is designed to reduce the amount of code by simplifying dependency injection by doing injections automatically.
NOTICE: The project is a work in progress, API may change.
While the English version of the README is incomplete, you can view the Russian version.
Installation
Versioning semantics - Open
Environment
Requirements:
- Dependency: DragonECS
- Minimum version of C# 7.3;
- Minimum version of Unity 2021.2.0;
Tested with:
- Unity: Minimum version 2021.2.0;
Unity Installation
-
Unity Package
The framework can be installed as a Unity package by adding the Git URL in the PackageManager or manually adding it to Packages/manifest.json
:
https://github.com/DCFApixels/DragonECS-Unity.git
-
Source Code
The framework can also be added to the project as source code.