com.evo.infrastructure.core
v0.1.1
Published
Core runtime infrastructure: loading pipeline, scene flow, resource/config/ui abstractions and base services.
Readme
com.evo.infrastructure.core
Core infrastructure package for Unity:
- DI bootstrap (
RuntimeProjectLifetimeScope,RuntimeEntryPoint) - Loading pipeline and loading steps contracts
- Scene loading abstractions
- Resource/config/localization/audio/ui base services
Notes
- Some code still uses original namespaces from source project.
- Odin-specific inspector attributes are wrapped with
#if ODIN_INSPECTOR. - Add these dependencies in the consumer project's
Packages/manifest.json:jp.hadashikick.vcontainer,com.cysharp.r3,com.cysharp.unitask.
