Version: 2017.2

NetworkManager.OnClientSceneChanged

매뉴얼로 전환
public void OnClientSceneChanged (Networking.NetworkConnection conn);

파라미터

conn The network connection that the scene change message arrived on.

설명

Called on clients when a scene has completed loaded, when the scene load was initiated by the server.

Scene changes can cause player objects to be destroyed. The default implementation of OnClientSceneChanged in the NetworkManager is to add a player object for the connection if no player object exists.