me66ccff / ecs-types

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gitter discord license

Types for LeoECS

Unified engine independent types for using with Entity Component System Framework.

Tested on unity 2019.1 (not dependent on it) and contains assembly definition for compiling to separate assembly file for performance reason.

Installation

As unity module

This repository can be installed as unity module directly from git url. In this way new line should be added to Packages/manifest.json:

"com.leopotam.ecs-types": "https://github.com/Leopotam/ecs-types.git",

By default last released version will be used. If you need trunk / developing version then develop name of branch should be added after hash:

"com.leopotam.ecs-types": "https://github.com/Leopotam/ecs-types.git#develop",

As source

If you can't / don't want to use unity modules, code can be downloaded as sources archive of required release from Releases page.

License

The software released under the terms of the MIT license. Enjoy.

Donate

Its free opensource software, but you can buy me a coffee:

Buy Me A Coffee

About

License:MIT License


Languages

Language:C# 100.0%