Search Issue Tracker
Fixed in 2017.1.X
Votes
0
Found in
5.6.0b5
Issue ID
886044
Regression
No
Other clients do not receive Network Animator parameter changes until a different animation is played
Steps to reproduce on this project:
1. Download and open the attached project
2. Build for standalone
3. Launch 3 instances
4. Set one to run as server
5. Log in with user provided credentials on the other 2
6. Open inventory with E and P and equip the sword
7. Press Tab to enter combat mode
8. Move next to another player and click on him
Expected result: animation plays on both clients
Actual result: animation plays only on the attacking client
Reproduced on 5.5.3f1, 5.6.0p3, 2017.1.0b2
Notes:
- Animator value gets updated once another animation is played(e.g movement)
- Can be fixed by using [ClientRpc] instead of [TargetRpc] for the animation in PlayerCombatManager.cs, line 97
-Reproduced in both the editor and standalone build
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- In Deferred rendering path, mixed lights don't render when enabling "Use Rendering Layers" in the Decal renderer feature
- [Windows] Special characters in file names are sorted to the end of the alphabet in the Project window
- Information box icons are not contained within the information box bounds in Render Pipeline Converter window
- Crash on UnityEngine.UI.RawImage:OnPopulateMesh when playing Raw Image Texture animation with Sprite keyframes
- 32bit floating point RenderTexture blending feature is not available for WebGPU
Add comment