Sync scroll rect
The whole answer can be found below.
Try Our
Documentation
Please check if you can find an answer in our extensive documentation on PUN.
Join Us
on Discord
Meet and talk to our staff and the entire Photon-Community via Discord.
Read More on
Stack Overflow
Find more information on Stack Overflow (for Circle members only).
Sync scroll rect
Bender
2020-06-22 19:24:48
Hi there,
I'm looking for a way to sync items in a scroll rect to all players if one is scrolling.
For some reason I can't find anything about syncing a scroll rect using PUN. Does anyone know if there is any documentation somewhere on how to do this?
Thanks!!
Comments
Anyone? :/
Syncing a UI element is typically not a thing. Usually you are syncing data, and it is on the local client to deal with pushing that to the UI. If you want to since the visual scrolling, you would have to sync the value of the UI that indicates the scroll position.
Thanks. This is probably the reason that I can't find a lot of info about this. Too bad.
Back to top