Ownership of Reconnect User #759
Closed
LeThaiThinh18021228
started this conversation in
Feature Request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to remove Ownership right before client disconnect to remain its object.
Current solution :
Above solution need to add event on every networked object. So need to create a wrapper class of NetworkBehaviour
New solution:
Add OnPreDestroyClientObjects event with 2 params (NetworkConnection conn, NetworkObject nob) so can just assign signle time somewhere so it would become
Beta Was this translation helpful? Give feedback.
All reactions