private void Awake()
        {
            ClientNetworkController = GetComponent <ClientNetworkController>();
            ConnectionInfo          = GetComponent <ConnectionInfo>();
            AssetLoaderController   = GetComponent <AssetLoaderController>();

            AssetLoaderController.CacheAllUMA(CommonNames.assetsNameStreamingFolder);
            ConnectionInfo.SetConnectionInfo();
            ClientNetworkController.StartCustomNetworkController(ConnectionInfo);
        }