Understanding Camera and Controller #65
Unanswered
Kickbykick
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Camera is implemented as a component similar to the standard camera component, no need for custom |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
I am trying to understand how the Controller and Camera works. I know that you can connect a Controller to a CameraManager but the Camera system you have in this repo is not APlayerCameraManager so what is the connection.
Can you please briefly explain how the Controller knows that it should use the AlsCamera system that you implemented. I don't see any possession of the camera or any use of the camera in the controller but some how the controller controls the camera.
Thanks for the help.
Beta Was this translation helpful? Give feedback.
All reactions