Tag: game development
-

Tiny Crawler for iOS 1.0 launched
Tiny Crawler is a small dark-themed roguelite game for iOS where each run is unique.
-

Starting June 29th RoguelikeDev does the complete Roguelike Tutorial 2021
/r/roguelikedev has been going strong for 5 years in a row doing the Complete Roguelike Tutorial. After C#, and Java, this year is time to use Python.
-

How to create a slow motion effect in Unity and C#
How to create a slow motion effect in Unity and C#
-

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…
