Reply To: how to work with zenject?

Forums 💬 NodeCanvas ⚙️ Support how to work with zenject? Reply To: how to work with zenject?

#18182
loverains
Participant

    for zenject,the dependency can be inject through container.
    but in node canvas,action task instance is deserialized from assets.
    i can’t get dependency by inject way,and i can’t depend on interface,only can depend on concrete monobehaviour.
    have you any thought?