#`using System Collections
1 messages · Page 1 of 1 (latest)
Based on the comments below im going to guess you ment ConnectUserSettings as a static variable instead of a method.
static bool ConnectUsingSettings;
Where I have removed the two braces () to note its now a variable
ConnectUsingSettings is a PhotonNetwork method, you probably need to call it rather than make your own