how does inRequestScope method work? #1562
Unanswered
TheMetaverseEngineer
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi. This is my bindings and I have a problem. I'm getting the same instance of
InputManager
for both the local player and the opponent. Could you tell me what I'm doing wrong here? myAbstractPlayer
injects theInputManager
and theCharacterController
classes. Also, theCharacterController
class injects theInputManager
class. I want to get the same instance ofInputManager
that theAbstractPlayer
class injects. How can I achieve this?Beta Was this translation helpful? Give feedback.
All reactions