Closed virtouso closed 6 months ago
Use MessagePipe which is superior to Zenject signales and has VContainter integration. Better yet, consider if you REALLY need signals/message que in your design.
I simply install IObservables and use UniRx
I simply install IObservables and use UniRx
the only thing in UniRx that resembles Signals is IMessageBus, Rx is fantastic technolory but best for handling event streams not to integrate components (like injectable signales or event bus)
There are various paradigms for messaging systems, and the policy is not to build them into the DI container.
i also figured out that unity has a builtin EventBus that works in same way as zenject signalBus. its always better to use builtin tools instead of bunch of plugins.
:memo:. The following are some of the libraries that integrate well with VContainer.
i need to know is there a event dispatcher or signalbus with this container. i want to migrate from zenject to VContainer. is there any similar feature for that?