diff --git a/Samples~/Solana Wallet/1.0.0/Simple Wallet/script/example/screens/LoginScreen.cs b/Samples~/Solana Wallet/1.0.0/Simple Wallet/script/example/screens/LoginScreen.cs index 927bbba0..e4415804 100644 --- a/Samples~/Solana Wallet/1.0.0/Simple Wallet/script/example/screens/LoginScreen.cs +++ b/Samples~/Solana Wallet/1.0.0/Simple Wallet/script/example/screens/LoginScreen.cs @@ -74,7 +74,10 @@ private void Start() if (Application.platform != RuntimePlatform.Android && Application.platform != RuntimePlatform.IPhonePlayer - && Application.platform != RuntimePlatform.WindowsPlayer) + && Application.platform != RuntimePlatform.WindowsPlayer + && Application.platform != RuntimePlatform.LinuxEditor + && Application.platform != RuntimePlatform.WindowsEditor + && Application.platform != RuntimePlatform.OSXEditor) { _loginBtnGoogle.gameObject.SetActive(false); _loginBtnTwitter.gameObject.SetActive(false);