Before I launch this update, tell me about Photon Animator View

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.

Before I launch this update, tell me about Photon Animator View

Klover
2022-04-23 23:00:18

So for the Photon Animator View, I use continuous synchronization instead of discrete. But it always look laggy or jittery (This is on Android phones). If I use discrete, will it look better and work as intended?

I initially didn't want to use discrete because I thought it might not sync properly. Let me know pls

Comments

Tobias
2022-04-26 14:22:10

Continuous synchronization may produce a lot of data and I can imagine this contributing to the laggy feeling. It also doesn't work well with triggers.

The PhotonAnimatorView is only a base implementation. We expect that some use cases may need to extend this to make it work properly. In best case, you don't sync animations (as they produce a lot of data for something that's triggered by much simpler input).

Try out discrete. You could always just roll back your project.

Back to top