Skip to content

Delt06/leo-ecs-extensions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LeoECS (Lite) Extensions

Dependencies

Installation

Before proceeding, the dependencies have to be installed.

Option 1

Option 2

Add the following line to Packages/manifest.json:

"com.deltation.leo-ecs-extensions": "https://github.com/Delt06/leo-ecs-extensions.git?path=Packages/com.deltation.leo-ecs-extensions",

Assembly Definitions

If want to use the package in an assembly definition, make sure to include references to the following assemblies:

  • Leopotam.EcsLite
  • DELTation.LeoEcsExtensions
  • DELTation.LeoEcsExtensions.Composition.Di (only if you use EcsEntryPoint)