Attribute that wraps ServerRpc and ObserverRpc #891
Janooba
started this conversation in
Feature Request
Replies: 3 comments
|
So basically a SendAll that no matter who calls it the logic runs on the server as well all clients? |
0 replies
|
Precisely. Very useful for things where server authority really doesn't matter. |
0 replies
|
Added to roadmap under V5. Please see for more info: https://trello.com/b/Gmvv1bgf/fish-networking-official-road-map |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I often find myself making this pattern.
Because I want to just fire a method from either the client or server and have it do its thing. It'd be nice if we had more more attribute that could wrap this sort of things up, like [AutoRpc] or something.
It's just a LOT of boilerplate to be writing over and over again, bloating my files.
All reactions