Posts by Joao Pedro Braz • 31 points
2 posts
-
2
votes1
answer24
viewsA: (Godot) Button to return to the last scene
From the looks of it, your menu is in a separate scene. In this case, you need to use a Singleton to store the current scene, before entering the menu scene. This way, you would have a reference to…
godotanswered Joao Pedro Braz 31 -
1
votes1
answer614
viewsQ: Login with Facebook at Xamarin Forms
I am developing an App using Xamarin.Forms and I need to use the Facebook authentication system. what happens is that when I debug it I get an error message saying: Unable to load URL: The domain of…