How to Host Godot a Webgl Game on Github for Free
Max O'Didily
How to Host Godot a Webgl Game on Github for Free
Greetings, in this Github tutorial we shall be looking at how to host a Godot webgl game on github so anyone can play the game in a web browser. This method is free. We will be using Github pages to host our Godot webgl game for free.
Firstly, you need to build your Godot webgl game. Make sure threading support is disabled. This is needed so your Godot Webgl game can run on github pages. You will also need a Github account (they are free to make).
Make sure you have git version control software downloaded and installed. I will be using Github desktop in this tutorial.
If you don’t have Github desktop, be sure to download it at: https://github.com/apps/desktop Make sure you sign into your github account on github desktop.
After that go to: https://github.com/
Now you need to make a new github repo. We will be uploading our Godot webgl game to this. The repo needs to be public as github pages is only free for public github repos.
Now we need to go into Github desktop and clone the repo we made on Github. Now we need to drag and drop all of our godot webgl build files into the folder where the cloned repo is. After that, we can commit the changes and push up to github.
After that we need to go to the github repo settings. We need to go to the pages section and setup our github page for this repo. After we have setup the github page, you will need to wait a few minutes.
Now just type in a url into your web browser to play your github hosted Godot webgl game. Url template:
https://[githubusername].github.io/[Reponame]
In this github tutorial, this was my url: https://maxodidily.github.io/GodotWebglTest/
This tutorial is great if you want to test your Godot webgl game in the browser or to share your Godot webgl game with friends.
Thanks for watching this tutorial on how to upload a Godot webgl game onto github and host the game for free using github pages.
Host Godot a Webgl Game on Github for Free
How to Host Godot a Webgl Game on Github for Free ... https://www.youtube.com/watch?v=lSbo3D6p6Ms
15022992 Bytes