Fernando Cortez
Fernando Cortez
Jira task [here](https://jira.unity3d.com/browse/MTT-992). This PR introduces the "PickUp" ability for all players. The action is triggered through Space press, and goes through the Action system. Custom spawners spawn instances of...
### Description This PR resolves the issue encountered when joining a game session already underway, where the late-joiner would see ghost imps. In-scene placed NetworkObjects were destroyed & despawned on...
### Description (*) This PR introduces a more reactive flow for the local player's character select screen. The local player's character choice is shown instantaneously, instead of previously waiting for...
**Is your feature request related to a problem? Please describe.** `NetworkObjectReference` should have a `OnValueChanged` callback, like a `NetworkVariable` does. **Describe the solution you'd like** A callback added to `NetworkObjectReference`...
### Description This PR removes a previous workaround that previously synced life state for players. A joining player would not see a fully synced Animator. The cases where this was...