This repository was archived by the owner on Aug 5, 2022. It is now read-only.
Tags: tfgco/Mirror
Tags
Added .editorconfig (MirrorNetworking#405) * Added .editorconfig * Update .editorconfig * Update .editorconfig
Replaced vars with explicit types (MirrorNetworking#411)
ClientScene.OnSpawnPrefab and NetworkManager.OnServerAddPlayerInterna… …l: spawn objects with prefab names to avoid unnecessary "(Clone)" suffix from Unity. otherwise we need a name sync component in all games that show the names, e.g. MMOs for all monsters. This way we only need name sync components for objects that actually do change names, e.g. players.