DragonECS integration with Unity
Go to file
Mikhail 35642db710 Squashed commit of the following:
commit 2bf43449ed537fcf0edf3720483bdb9fa0f6b4e6
Author: Mikhail <99481254+DCFApixels@users.noreply.github.com>
Date:   Mon Mar 30 16:22:38 2026 +0800

    Fix component draw

commit 4ad2027cc8565cc73270e52ac3760d6e7ae26531
Author: Mikhail <99481254+DCFApixels@users.noreply.github.com>
Date:   Mon Mar 30 14:58:22 2026 +0800

    Update EcsGUI.cs

commit 9ac41ff8ce4512c0e3bfe77a5a2a84266a722228
Author: Mikhail <99481254+DCFApixels@users.noreply.github.com>
Date:   Mon Mar 30 14:55:24 2026 +0800

    stash
2026-03-30 16:22:45 +08:00
src Squashed commit of the following: 2026-03-30 16:22:45 +08:00
.gitattributes Initial commit 2023-03-19 14:18:59 +08:00
.gitignore Update .gitignore 2025-01-06 10:56:30 +08:00
DragonECS-Unity.asmdef update ui 2024-09-11 10:37:25 +08:00
DragonECS-Unity.asmdef.meta Init commit/Add systems debug/Add new runners 2023-03-26 11:20:02 +08:00
LICENSE.md add .md extension for LICENSE 2025-03-14 14:23:27 +08:00
LICENSE.md.meta add .md extension for LICENSE 2025-03-14 14:23:27 +08:00
package.json up version to 0.5.17 2026-03-02 17:03:06 +08:00
package.json.meta Remove obsolete code templates 2023-05-30 04:36:55 +08:00
README-RU.md Update README-RU.md 2026-03-30 12:17:16 +08:00
README-RU.md.meta rename readme 2024-03-11 01:55:46 +08:00
README.md update readme 2024-11-12 13:15:10 +08:00
README.md.meta Init commit/Add systems debug/Add new runners 2023-03-26 11:20:02 +08:00
src.meta Init commit/Add systems debug/Add new runners 2023-03-26 11:20:02 +08:00

Version GitHub Discord QQ

Integration with Unity for DragonECS

Readme Languages:

Русский

English(WIP)

The extension will add a set of tools for debugging and communicating with the Unity engine.

Warning

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# 8.0;
  • Minimum version of Unity 2021.2.0;

Tested with:

  • Unity: Minimum version 2021.2.0;

Unity Installation

  • Unity Package

The package 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 package can also be added to the project as source code.