mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
indention
This commit is contained in:
parent
f44d8bf8a7
commit
a47e826802
@ -23,7 +23,7 @@ public class NetworkManager : MonoBehaviour
|
||||
[Tooltip("Should the Network Manager object be persisted through scene changes?")]
|
||||
public bool dontDestroyOnLoad = true;
|
||||
|
||||
// Deprecated 2021-03-10
|
||||
// Deprecated 2021-03-10
|
||||
// Temporary bool to allow Network Manager to persist to offline scene
|
||||
// Based on Discord convo, BigBox is invoking StopHost in startup sequence, bouncing the server and clients back to offline scene, which resets Network Manager.
|
||||
// Request is for a checkbox to persist Network Manager to offline scene, despite the collision and warning.
|
||||
|
Loading…
Reference in New Issue
Block a user