Menu
VContainer
Getting Startedv1.7.2GitHub
VContainer
  • Getting Started
  • v1.7.2
  • GitHub
  • ABOUT
    • What is VContainer
    • What is DI ?
  • Getting Started
    • Installation
    • Hello World
  • Resolving
    • Constructor Injection
    • Method Injection
    • Property/Field Injection
    • MonoBehaviour
    • Container API
  • Registering
    • Register Plain C# Type
    • Register using delegate
    • Register Factory
    • Register MonoBehaviour
    • Register ScriptableObject
    • Register Collection
    • Register Callbacks
  • Integrations
    • Plain C# Entry point
    • UniTask
    • UniRx
    • MessagePipe
    • ECS (beta)
  • Scoping
    • Lifetime Overview
    • Generate child scope via scene or prefab
    • Generate child scope with code first
    • Project root LifetimeScope
  • Optimization
    • Pre IL Code Generation
    • Async Container Build
    • Parallel Container Build
  • Comparing to other libraries
    • Zenject

VContainer + MessagePipe

Csysharp/MessagePipe is a DI-friendly messaging solution that works both of Unity and .NET

This library supports VContainer.

For more information: https://github.com/Cysharp/MessagePipe#unity

Edit this page
Previous
VContainer + UniRx
Next
VContainer + ECS (beta)