suriyun-production / shooter-io-docs

This is document for Shooter IO project (https://www.assetstore.unity3d.com/#!/content/104584?aid=1100lGeN)
https://suriyun-production.github.io/shooter-io-docs/
3 stars 0 forks source link

characters and items fail to sync correctly again #26

Closed kevin2562001 closed 3 years ago

kevin2562001 commented 3 years ago

I was using a older version of this for my project, I remember there was the same syncing problem but somehow it was fixed.

Recently I tried the latest version from a clean project, the photon syncing isn't work well. All characters and items local different position and rotation in their window. Both Pun2 and Shooter-IO are the latest version.

To reproduce the problem: just build the game and create a room with more than one player, then the problem will be shown in both windows.

insthync commented 3 years ago

As I try, It still looks fine for me, not sure which component you use for transform syncing, mine is Photon Transform View Classic

Screenshot_377

insthync commented 3 years ago

Screenshot_378

kevin2562001 commented 3 years ago

After I reimport PUN2, it works again. Look like PUN2 has some problem son it, now my new project is working, everything is syncing perfectly.

kevin2562001 commented 3 years ago

At the end I found out if anything doesn't work, try to clear and update the RPC. Not sure why but it just works