I have a script that called for an instance of the NetworkManager
var networkManager = NetworkManager.singleton; //Mirror code
'The one and only NetworkManager'
In FN I can get to:
var networkManager = NetworkManager.Instances.
how can I replicate the original 'singleton' request? I tried NetworkManager.Instances[0] but no good.
many thanks