Recent content by lampcord

  1. L

    Dependency Injection with Actions

    Thanks! I can always work around this by writing a simple service locator and assigning the service at startup. But I just thought if someone had experience using these two frameworks together there might be a simple fix.
  2. L

    Dependency Injection with Actions

    I'm trying to create custom actions in Behavior Designer that use dependency injection to receive their instances of various AI services that I'm developing. I'm using Zenject as the DI framework. For some reason, the same [Inject] directives that work everywhere else in my code do not seem to...
Top