DragonECS integration with Unity
Go to file
2024-05-04 01:29:32 +08:00
src update icons store 2024-05-04 01:29: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 DragonECS-Unity.asmdef 2023-03-29 15:46:24 +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 varsion to 0.3.12 2024-05-02 21:02:40 +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-03-28 23:47:09 +08:00
README-RU.md.meta rename readme 2024-03-11 01:55:46 +08:00
README.md Update README.md 2024-04-04 02:35:23 +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

Integration with Unity for DragonECS

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# 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.