- LeoEcs Lite: official or community version
- LeoEcs Lite Unity Integration: official or community version
- LeoEcs Lite DI (Optional): official or community version
- DI Framework
Before proceeding, the dependencies have to be installed.
- Open Package Manager through Window/Package Manager
- Click "+" and choose "Add package from git URL..."
- Insert the URL: https://github.com/Delt06/leo-ecs-extensions.git?path=Packages/com.deltation.leo-ecs-extensions
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",
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 useEcsEntryPoint
)