From a49a6d59878ebe87823a8c4afaf726f83ce315b3 Mon Sep 17 00:00:00 2001 From: LP Date: Sat, 14 Mar 2020 20:19:10 +0000 Subject: [PATCH] Removed fix because of other Zenject issues Need to wait for Zenject/Extenject to provide info on workaround/fix. --- .../EcsRx/Zenject/Dependencies/ZenjectDependencyContainer.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Assets/EcsRx/Zenject/Dependencies/ZenjectDependencyContainer.cs b/src/Assets/EcsRx/Zenject/Dependencies/ZenjectDependencyContainer.cs index fee86eb8..58a832ed 100644 --- a/src/Assets/EcsRx/Zenject/Dependencies/ZenjectDependencyContainer.cs +++ b/src/Assets/EcsRx/Zenject/Dependencies/ZenjectDependencyContainer.cs @@ -40,8 +40,9 @@ public void Bind(Type fromType, Type toType, BindingConfiguration configuration return; } - if(!string.IsNullOrEmpty(configuration.WithName)) - { bindingSetup.WithId(configuration.WithName); } + // TODO: ZENJECT FIX NEEDED FOR RESOLVE ALL + //if(!string.IsNullOrEmpty(configuration.WithName)) + //{ bindingSetup.WithId(configuration.WithName); } if (configuration.ToInstance != null) {