DragonECS integration with Unity
Go to file
2025-03-12 23:32:34 +08:00
src fix unity object destroy exception 2025-03-12 23:32:34 +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 Clarify owner in license 2024-11-12 19:32:26 +08:00
LICENSE.meta Init commit/Add systems debug/Add new runners 2023-03-26 11:20:02 +08:00
package.json up version to 0.5.9 2024-12-31 23:24:15 +08:00
package.json.meta Remove obsolete code templates 2023-05-30 04:36:55 +08:00
README-RU.md update readme 2024-11-12 13:15:10 +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.