decentraland / sdk

PM repository for SDK
Apache License 2.0
4 stars 4 forks source link

Warning if syncing video or audio stream #1105

Closed nearnshaw closed 4 months ago

nearnshaw commented 5 months ago

It's a bad practice to use the SyncEntity with VideoPlayer or AudioSource, because the position field will get shifted and changed by more than one user and that will result in a very bad experience.

We should mitigate this somehow At least show a warning in console if you do this Maybe we should prevent it from working entirely in the SyncEntity

We should also add a note to the docs, but that won't be enough