Sync scroll rect

The whole answer can be found below.

Please note: The Photon forum is closed permanently. After many dedicated years of service we have made the decision to retire our forum and switch to read-only: we've saved the best to last! And we offer you support through these channels:

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).

Write Us
an E-Mail

Feel free to send your question directly to our developers.

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

Bender
2020-06-24 19:06:54

Anyone? :/

emotitron
2020-06-25 00:37:38

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.

Bender
2020-06-25 18:05:12

Thanks. This is probably the reason that I can't find a lot of info about this. Too bad.

Back to top