About 'Publish Your WebGL Game'!

Here’s my text game link. http://www.sharemygame.com/share/0ffad005-a519-436a-827d-e43159293a29
I had a few issues with building it, but KonstantinosK in the comment directly above mine had the same problem, and he clued me into the solution. (Thanks K!)
Please let me know what you think of my game.

All the best,
Jarrod.

Here’s my game! http://www.sharemygame.com/share/02c8050d-5cce-4491-9b50-87d060c5c23c

It’s pretty short but I had fun making it. I welcome any feedback. :slight_smile:

Thanks! Megan

Fun project, however writing stories like that isn’t really something i feel I’m good at :stuck_out_tongue:
http://www.sharemygame.com/share/375f143a-5058-48f2-b404-cbb62aad6c6e

1 Like

Hi! Okay, here’s my completed text game!
http://www.sharemygame.com/share/15c64db3-1dba-4b3a-b98c-1b882931ca57

In my browser, the game looks like this:

But it looks like this on the game tab in my editor:

It might just be my browser, though. What does anybody else see?
If you happen to take a look at my game, of course! Take care!

This is my text adventure about a wizard,

http://www.sharemygame.com/share/e434a3c8-10f5-4188-8877-ce04a230dd3d

My First Ever Published Game (Text101)
http://www.sharemygame.com/share/93e2b708-b5e3-4fc0-8e90-61063d915278
Nothing fancy. Just a simple text based adventure game.
It’s cool to see my game actually published on the web, though.
Can’t wait to get through more exciting part of the course.

Hi Rick!

Been really enjoying the course, however I have run into a bit of an issue when I go to publish the game in terms of the display.

It seems that at some point I may have scaled my text wrong and caused the resolution on it to be well poor. Is there any way that I can fix this so that my story text is no longer blurry? It unfortunately has caused the game to be unplayable (unreadable really) when it is posted online…

Thanks in advance for your help!

Hi there. Two things you might check:

  1. In your game window view, check that your game screen hasn’t been scaled to 1.25x. I find this happens to me sometimes. If it is indeed scaled, then you can go into the game window settings (the place where you change the aspect ratio) and uncheck the “low resolution aspect ratio” checkbox.
  2. If you are using regular Text then it can be blurry, whereas using TextMeshPro text should be fine.

Hope these two ideas leads to something that might help.

Hey guys, just finished my Text adventure game, i would love some feedback if possible!
http://www.sharemygame.com/share/27b9d4c1-265e-4ba3-8b6f-b4e29e2dd3c9

Hello, I just finished my titulating and thrilling adventure (lol) and was attempting to save it to sharemygame.com. When the game loads, there is a unity loading bar, then just a dark blue background. This also happens on itchio and local, so it has to be the build.

I did the WebGL Build and run, someone suggested it was the scene/sample scene option but that didnt work when unclicked them. any suggestions?

Enjoying the course so far.

thank you =)

Hi there!

Here is my work, I hope you like it!

Amnesia Text Game

Hi Rick!

Trying my game I found two main bugs that now are solved, but I think that could be usefull to share it.

The first bug was that we were using Alpha1, Alpha2, … to check the KeyDown event, but this is not working when using the keypad, so I change it for:

if(Input.GetKeyDown(KeyCode.Alpha1) || Input.GetKeyDown(KeyCode.Keypad1))

The second bug was that when using the Unity editor or the Html5 exported application, the Application.Quit() function was not working. So, after searching for a while I found this solution:

private void QuitGame()
{
#if (UNITY_EDITOR)
    UnityEditor.EditorApplication.isPlaying = false;
#elif (UNITY_STANDALONE) 
Application.Quit();
#elif (UNITY_WEBGL)
Application.OpenURL("about:blank");
#endif
}

The post is here:

Hope it helps!

1 Like

My son Kai and I just finished ours. It’s called “Kai’s Shoes” and it’s about a young boy who is getting ready for school, and can’t find his shoes.

http://www.sharemygame.com/share/296e2608-8773-4da5-b20b-80b5ccc104b2

I would love feedback.

1 Like

Hello,
My game ran perfectly in Unity but when i try to build and run it, the game window looks like this:


Can someone help me out with my problem (I already tried 1920•1080 res) ?!

Hey, I just finished my first game.
I am so happy that it works and would appreciate any feedback.
http://www.sharemygame.com/share/d980f167-e9c1-4635-8c58-5b86ce646927

Hello, you game have empty states.I push the button 2 when just have the option1 and dont show any text ou new options. i try push button again but did not work.
You just need remove the second state.
I like the story line.

Its a funny game. remember me when i was a child.

It’s pretty darn simple, but I learned quite a bit making it. Which is the point I suppose.

http://www.sharemygame.com/share/ecadab89-eca4-4288-a710-fdf01cfeb98a

I have published my Game Named Matrix Game
here is the link
http://www.sharemygame.com/share/25f06593-952e-486b-8864-c2c84d1cb1aa

Hey Rick,

Thanks a lot for the great course.
I followed it all the way through. It helped me develop an awesome game :slight_smile:

From the begining I targetted it for android platform. So didn’t try webGL builds.
I have created an end to end game. USed some of you assets too :stuck_out_tongue:

I have made one short video of it : https://www.youtube.com/watch?v=aWVn-XNon8c
Published it on playstore too : https://play.google.com/store/apps/details?id=com.namelessstudios.lazeradventures
github source : https://github.com/ajayaradhya/LazerDefender
Udemy id : be.el.ajay@gmail.com

Shared with some of my friends too. They are already considering me as some senior game developer :blush:
Please let me know of your thoughts and where I can improve.

Thanks a looooot again :slight_smile:

1 Like

Privacy & Terms