Hey guys! Has anyone created a Discord Activity using the godot engine? I'm basically just asking for a walkthrough of connecting to the embedded-app-sdk and authenticating through Godot like this tutorial for Unity: https://www.youtube.com/watch?v=ff2AXPc_msc
I've also found this plugin but I'm having trouble with testing the sample project (godot4 branch): https://github.com/kuylar/discord-embedded-godot/
Seems like i missed the networkmanager.cs at 11:27. Please get it here https://drive.google.com/file/d/1IkQOglKG1R2kKpNKTNjLpq7v2oFGL7kj/view?usp=sharing
Learn how to make a multiplayer discord activity using this guided tutorial!
Expect a PART 2 eventually to go through creating lobbies and managing other player data!
It took me a while to ge...