liderako
Results
3
issues of
liderako
I have this GoapConfigInitializer for injecting logic at IActionBase etc. ``` public class VCDependencyInjector : GoapConfigInitializerBase, IGoapInjector { private IObjectResolver container; public override void InitConfig(GoapConfig config) { config.GoapInjector = this;...
bug
I found some unclear issue with inject in vcontainer when sometimes inject is working and sometimes is not. Come to Vcontainer after zenject and tried to make scene context, game...