Hi all, im using the unity openfeint plugin for android and have configured it to work succesfully. However, it initialises in the start function…
#if UNITY_ANDROID
openFeint = new OpenFeintFacade();
Init();
#endif
But rather than automatically loading openFeint I’d like to display the screen that asks if the user would like to connect to openfeint (as seen on many games) but I can’t seem to find this in the documentation. Can anybody advise? thanks