Changed some code wording

iOS-WithoutGoogleLogin
Hazim Bin Ijaz 1 month ago
parent 8b96507226
commit fe690932ba

@ -8,7 +8,7 @@ using System.Threading.Tasks;
using OneSignalSDK; using OneSignalSDK;
using System.Collections; using System.Collections;
public class GoogleSignInManager : MonoBehaviour public class LoginManager : MonoBehaviour
{ {
// private GoogleSignInConfiguration configuration; // private GoogleSignInConfiguration configuration;
public Bootstrapper bootstrapper; public Bootstrapper bootstrapper;
@ -28,6 +28,7 @@ public class GoogleSignInManager : MonoBehaviour
{ {
Debug.Log("Guest mode previously selected. Letting user choose again."); Debug.Log("Guest mode previously selected. Letting user choose again.");
guestLoginButton.gameObject.SetActive(true); guestLoginButton.gameObject.SetActive(true);
GuestLogin();
} }
else else
{ {

@ -133,7 +133,7 @@ GameObject:
- component: {fileID: 11358293} - component: {fileID: 11358293}
- component: {fileID: 11358292} - component: {fileID: 11358292}
m_Layer: 0 m_Layer: 0
m_Name: GoogleSignInManager m_Name: LoginManager
m_TagString: Untagged m_TagString: Untagged
m_Icon: {fileID: 0} m_Icon: {fileID: 0}
m_NavMeshLayer: 0 m_NavMeshLayer: 0
@ -3064,7 +3064,7 @@ Material:
m_Floats: m_Floats:
- _Alpha: 0 - _Alpha: 0
- _ColorMask: 15 - _ColorMask: 15
- _Distortion: 0.26489937 - _Distortion: 1.1609542
- _Stencil: 0 - _Stencil: 0
- _StencilComp: 8 - _StencilComp: 8
- _StencilOp: 0 - _StencilOp: 0

Loading…
Cancel
Save