Unity-Technologies/com.unity.multiplayer.samples.coop

ServerCharacter Revive method HP parameter not used

Closed this issue · 1 comments

The HP parameter seems to be ignored and the health is set to the base (max) value instead.

NetState.HitPoints = NetState.CharacterData.BaseHP.Value;

Fixed in v0.2.0