You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now in order to access to ClientId on client I need to interact with NetcodeClientTransport::client_id. It would be convenient to being able to obtain CleintId in a transport-independent way.
Could you provide something like RenetClient::client_id by also storing it inside RenetClient?
The text was updated successfully, but these errors were encountered:
Right now in order to access to
ClientId
on client I need to interact withNetcodeClientTransport::client_id
. It would be convenient to being able to obtainCleintId
in a transport-independent way.Could you provide something like
RenetClient::client_id
by also storing it insideRenetClient
?The text was updated successfully, but these errors were encountered: