Tag: indiedev
-

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.
-

Panda Hell update #10: The wonders and miseries of not having enough time
This last week I couldn’t invest much time in Panda Hell (~7h total) however I could move forward a bit in the A* pathfinding implementation , so enemies act smarter. At the moment the script analyzes the terrain that has been generated and sets a layer mask on top which differentiates the terrain in either…
-

Panda Hell update #7: Procedural level generation is live!
Before going deeper into the new features I have added this week, here’s a quick video of the current status (captions pointing some features): Procedural generation script Last week I decided to take a detour in the current development and move from a random generated level system to a procedural generated one. I really believed…
-

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…
