Eunseop Shim
Eunseop Shim
SyncVars of `NetworkIdentity` and other networked objects internally use a field of netId to make them resilient when interest management happens. This prevents SyncVars of those types from being forever...
**Describe the bug** SyncVars of type deriving from NetworkBehaviours point to wrong NetworkBehaviour on clients, while RPCs work fine. **How to reproduce the issue, step by step** 1. Setup a...
**Describe the bug** Visual Studio breakpoints fail to hit with partial classes in certain circumstances. If a NetworkBehaviour inheriting class is split up into several files using partial classes, only...
## Problem If a networked object tries to do something dependent on other networked object in NetworkIdentity.OnStart events, this can go wrong when they're either in the same payload, or...