Google Sign In WebGL
Marks
$5.50
$55.00
90%OFF
Date |
Price |
---|---|
日時 |
価格($) |
04/07(2022) |
55.0 |
04/07(2022) |
27.5 |
05/25(2022) |
55.0 |
02/06(2024) |
5.5 |
11/23(2024) |
5.5 |
Jump AssetStore
Add google sign in to your web app!Supports Unity 2019, 2021, 2022 and 2023.This plugin implements Google Sign In for WebGL, using Google’s new Identity Services API.FEATURESSign in with GoogleOne-tap sign-upAutomatic sign-inYou don’t need to touch html/css (although you can if you want to!), even to place the sign in buttonC# interface very similar to official APIKNOWN ISSUESIf you go fullscreen the google sign in button disappears, or don't show up in the correct spot. There are a couple of ways to deal this:a) My plugin supports placing the google sign in button with CSS/HTML, so if you are an HTML/CSS person you can try to make my plugin work with fullscreen yourself (also, if you manage to do it, please reach out to me and let me know how. I'd greatly appreciate it).b) Another option is to edit the HTML/CSS so that the game always covers the whole screen even without fullscreen. You don't have to do this if your target is only mobile, since the default template already covers the whole screen for mobile. But if you need to support desktop, there are templates readily available that do this, such as https://github.com/Heelio/UnityResponsiveWebGLTemplate .c) Alternatively, simply disable fullscreen. Remove the fullscreen button.If fullscreen mode is absolutely a must, I suggest you go with option 2b), and after the user signed in and the google sign in button is no longer visible, you can show a button to go fullscreen without issues.If you like my plugin, please consider leaving a review. It helps me immensely and encourages me to improve the plugin further, and other people to support my work :).