Tag: indiegame
-

How to submit an Unity game in WebGL format to Itch.io
You can publish a WebGL game in Itch.io in under a minute, and make it available for the whole world easily.
-

Learning Game Dev #3: Fixing bugs, development mode, UI, Lists vs Arrays, and renaming GameObject instances
At the beginning of the week I ended fixing multiple bugs just by changing one little thing, when I check if the menus/UI is enabled/disabled I set the game Time.timeScale to 0 , this was causing a wide variety of issues: The time counter was starting before expected, for example: The time left to complete…
-

Learning Game Dev #2: Apple ID, Unity Ads, Ghost scripts, Awake vs Start, level switcher, and scope.
Apple publishing process, and getting an app ID This process was a bit convoluted, but overall took around an hour to be completed. In order to share my app with other users for testing via TestFlight, or put it in the Apple store (even if is for free) I need an app ID, and this…
-

Learning Game Dev #1: OnPointer vs Mouse, Orthographic camera, deltaTime, and 2D Sprites.
I though would be interesting to keep track of the blockers I found this week when developing my snake-lookalike mini game project , some may find a solution to a current problem they’re having, and I may be helpful for myself in the future as well.
-

Weekly update Unity 2D shooter #2
The game finally reached a point where is fun to play and works nicely overall. At this moment is playable so I’ll be compiling a web version soon, after I added some more niceties to make it easier to understand for people, so it can be play-tested by anyone. Is still far of having all…
