Button with a link to the site in the browser.

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Spaliasum

I need to make a button with a link to the site in the browser. When player finish the game, he got his own stats and when he push the button “go to site” and a browser opens with the desired site (which I will indicate). I know that i can make stats auto send to me (to my server), but i need to do it by link.

How can i do it? (i will compile it for android and iphone)

:bust_in_silhouette: Reply From: Dream

here is the code for you

func _on_Button_pressed():
	OS.shell_open("your site")