We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We can use VRCPlayerApi.isInstanceOwner to check that.
VRCPlayerApi.isInstanceOwner
Networking.IsInstanceOwner always returns true, so don't use that!
Networking.IsInstanceOwner
true
Could be just another option in the list of checkboxes. Should probably rename the Owner to Object Owner to clarify
The text was updated successfully, but these errors were encountered:
I'm currently using the following as a working alternative to the broken Networking.IsInstanceOwner:
if (Networking.LocalPlayer.isInstanceOwner) {
(be careful to use the lowercase "is")
Sorry, something went wrong.
No branches or pull requests
We can use
VRCPlayerApi.isInstanceOwner
to check that.Networking.IsInstanceOwner
always returnstrue
, so don't use that!Could be just another option in the list of checkboxes. Should probably rename the Owner to Object Owner to clarify
The text was updated successfully, but these errors were encountered: