Relations between entities for DragonECS
Go to file
2024-11-20 17:11:17 +08:00
src renaming 2024-11-20 17:11:17 +08:00
.gitattributes Initial commit 2023-06-17 14:03:08 +08:00
.gitignore Initial commit 2023-06-17 14:03:08 +08:00
DragonECS-Graphs.asmdef rename asmdef 2024-03-17 12:49:11 +08:00
DragonECS-Graphs.asmdef.meta rename asmdef 2024-03-17 12:49:11 +08:00
LICENSE Initial commit 2023-06-17 14:03:08 +08:00
LICENSE.meta initial commit 2023-06-17 14:14:32 +08:00
package.json update unity meta 2024-11-17 14:12:55 +08:00
package.json.meta initial commit 2023-06-17 14:14:32 +08:00
README-RU.md stash 2024-11-18 17:42:52 +08:00
README-RU.md.meta initial commit 2023-06-17 14:14:32 +08:00
README.md stash 2024-11-18 17:42:52 +08:00
README.md.meta initial commit 2023-06-17 14:14:32 +08:00
src.meta create metas 2023-06-22 12:54:47 +08:00

Version License Discord QQ

Entity Graphs for DragonECS

Readme Languages:

Русский

English(WIP)

Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text

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;

Optional:

  • Game engines with C#: Unity, Godot, MonoGame, etc.

Tested with:

  • Unity: Minimum version 2020.1.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-Graphs.git
  • Source Code

The package can also be added to the project as source code.