ServerRpc not getting called.. #223
Closed
Locked
Answered
by
phoxman1982
phoxman1982
asked this question in
Q&A - DO NOT USE - ASK ON DISCORD
Replies: 3 comments 1 reply
-
Have you tried asking on our Discord server yet? I really shouldn't have a QA on the git because they get overlooked so fast. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Gotcha. Probably was missed. Feel free to mention me in your thread. I'm
off for tonight and tomorrow is my day off as well, so if I don't get back
to you Tuesday feel free to ping me again.
…On Sun, Jan 22, 2023, 8:07 PM Ryan Farnham ***@***.***> wrote:
Yes I have but not a single person responded yet, I even made it a thread
nice and pretty.
It's in Wild West channel. Thanks :)
—
Reply to this email directly, view it on GitHub
<#223 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGPJC3Q5Q5H42W3MHNGRD3TWTXKVBANCNFSM6AAAAAAT3SRGC4>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
So apparently this was fixed when I upgraded to 3.1.5, so all good now, cheers!
Sent with [Proton Mail](https://proton.me/) secure email.
…------- Original Message -------
On Sunday, January 22nd, 2023 at 9:33 PM, FirstGearGames ***@***.***> wrote:
Gotcha. Probably was missed. Feel free to mention me in your thread. I'm
off for tonight and tomorrow is my day off as well, so if I don't get back
to you Tuesday feel free to ping me again.
On Sun, Jan 22, 2023, 8:07 PM Ryan Farnham ***@***.***> wrote:
> Yes I have but not a single person responded yet, I even made it a thread
> nice and pretty.
> It's in Wild West channel. Thanks :)
>
> —
> Reply to this email directly, view it on GitHub
> <#223 (reply in thread)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AGPJC3Q5Q5H42W3MHNGRD3TWTXKVBANCNFSM6AAAAAAT3SRGC4>
> .
> You are receiving this because you commented.Message ID:
> ***@***.***>
>
—
Reply to this email directly, [view it on GitHub](#223 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/A5GO46Y3JBCJEZOMC5KYDC3WTXUYBANCNFSM6AAAAAAT3SRGC4).
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
phoxman1982
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have this bit of code, I verified that all the arguments I pass into the serveAsset method call are all populated and valid.
I then have this ServerRpc method which is called from the above code.
The script is attached to the player prefab and is running for each player. The first player it works fine, the second player the ServerRpc never gets called. I figured it should work since I (RequireOwnership = false) in the ServerRpc call, but it doesn't, so why would that be?
I tried searching but due to the relative newness of Fish-Net, almost nothing comes up for issues when searching Google.
Thanks for any help in advance!
Beta Was this translation helpful? Give feedback.
All reactions