DragonECS integration with Unity
Go to file
2024-10-19 19:59:14 +08:00
src fix editor for AutoEntityCreator 2024-10-19 17:13:32 +08:00
.gitattributes Initial commit 2023-03-19 14:18:59 +08:00
.gitignore Initial commit 2023-03-19 14:18:59 +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 Initial commit 2023-03-19 14:18:59 +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.1 2024-10-19 17:13:51 +08:00
package.json.meta Remove obsolete code templates 2023-05-30 04:36:55 +08:00
README-RU.md Update README-RU.md 2024-10-19 19:59:04 +08:00
README-RU.md.meta rename readme 2024-03-11 01:55:46 +08:00
README.md update readme 2024-08-24 21:37:36 +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 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.