Allow the NetworkTransform to update the Component Configuration when the owner changes with Client Authoritative enabled. #777
Closed
MikeMuorte
started this conversation in
Feature Request
Replies: 2 comments
-
Just add ConfigureComponents(); in OnOwnershipClient (line 684), like this:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Added in 4.4.8 |
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
-
Use the ConfigureComponents method inside the OnOwnershipClient method, which would allow updating the Rigidbody, Rigidbody2D, and CharacterController components when a NetworkTransform changes owner and the component is enabled as Client Authoritative.
Beta Was this translation helpful? Give feedback.
All reactions