Version: 2017.3

NetworkManager.dontDestroyOnLoad

Switch to Manual
public bool dontDestroyOnLoad ;

Description

A flag to control whether the NetworkManager object is destroyed when the scene changes.

This should be set if your game has a single NetworkManager that exists for the lifetime of the process. If there is a NetworkManager in each scene, then this should not be set.