diff --git a/Assets/Mirage/Runtime/NetworkIdentity.cs b/Assets/Mirage/Runtime/NetworkIdentity.cs index 4e18865985..d336b7cad5 100644 --- a/Assets/Mirage/Runtime/NetworkIdentity.cs +++ b/Assets/Mirage/Runtime/NetworkIdentity.cs @@ -163,7 +163,7 @@ public sealed class NetworkIdentity : MonoBehaviour [SerializeField, HideInInspector] private ulong _sceneId = 0; - internal ulong SceneId => _sceneId; + public ulong SceneId => _sceneId; /// /// Is this object part of a scene and have a Scene Id?