Ecto Lounge Games
GAMESBLOGABOUT

  • Santas Balloon Ride is Back! TOP NEW

    Nov 11, 2024 About 1 min

    Santa’s Balloon Ride is Back! Last Christmas, Santa’s Balloon Ride took to the skies, bringing holiday cheer with a festive twist! This year, I’m excited to announce it’s back, bigger and better, with versions for PC, Mac, Linux, and possibly mobile devices! 🎁🌌 In this casual game, you’ll guide Santa’s hot-air balloon around a cozy little plane... Read More

    #Santas Balloon VR#gamedev#Santas Balloon Ride
  • Halloween 24 dev progress and playtesting TOP NEW

    Oct 25, 2024 About 3 mins

    Halloween ‘24 - Dev progress and playtesting Development progress Halloween ‘24 is approaching… This year i managed to put in time to polish several parts of the game. Ill go into detail about several parts which may only be relevant to those interested in the development, otherwise skip to the part about content. Behind the scenes The UI ... Read More

    #unity#gamedev#Grave Tender
  • Adapting Conway’s Game of Life on watchOS Using SwiftUI and SpriteKit TOP NEW

    Sep 16, 2024 About 7 mins

    Adapting Conway’s Game of Life on watchOS Using SwiftUI and SpriteKit When I set out to bring Conway’s Game of Life—a cellular automaton simulation—to the Apple Watch, I wanted to leverage the capabilities of SpriteKit and SwiftUI to create an interactive and visually appealing experience on such a small screen. In this post, I’ll walk through ... Read More

    #swift#gamedev#watchos#apple
  • Space Trader for WatchOS TOP NEW

    Sep 16, 2024 About 6 mins

    Space Trader for Apple WatchOS Outline A project to adapt Pietr Spronck’s Space Trader to WatchOS. Goal is to carefully adapt the original Space Trader gameplay to the WatchOS platform with its real-time travel mechanics, text-based interactions, and simple sprite graphics, thus creating a compelling, easy-to-play experience that fits within th... Read More

    #swift#gamedev#watchos#apple
  • Zoom using multiple cinemachine cameras TOP NEW

    Apr 15, 2024 About 8 mins

    Outline This article desribes how I manage multiple cinemachine cameras using a custom finite state machine. Giving the player control over different cameras while also zooming in and out. Use case When dealing with multiple cameras, we need a way to change between these. Cameras can be player controlled and/or logic controlled. This can be d... Read More

    #unity#gamedev#Cinemachine
  • Grave Tender - State of the game TOP NEW

    Mar 15, 2024 About 1 min

    Grave Tender - State of the game The game is currently a prototype project. State is closed gameloop, however several bugs persist. I plan on ironing out and releaseing an early build for this Halloween this year. Stay tuned for updates later on Read More

    #unity#gamedev#Grave Tender
  • TMPpro and Unicode emoji TOP NEW

    Feb 15, 2024 About 3 mins

    TMPpro and unicode characters So im designing an enemy ai robot that relays its mood or intention to the player by a display - it’s “hooman interaction interface” . The display shows an emoji of the robots current intention. Since I’m using a GOAP style ai for this enemy (if you want to know more about GOAP style ai, you can read my post on it ... Read More

    #unity#gamedev#VR
  • Santa is here TOP NEW

    Dec 23, 2023 About 1 min

    Game is out now Ho ho ho! my sleigh may very well be in the repair shop, but I am luck to have this fine hot-air balloon. Now if you can only help me make it around the world to deliver Christmas spirit to all the homes. The game is out and available to download for free now on itch.io. Soon AppLab and SideQuest Read More

    #Santas Balloon Ride#gamedev
  • Will Santa make it in time for christmas TOP NEW

    Dec 20, 2023 About 1 min

    Devlog progress video In the wake of taming rendering in unity for limited standalone devices such as the older quest 2, I needed a change of pace. I remodelled the houses, and decided to remove the trees entirely until everything else worked. Of course, in game development, it is very rare that everything “just works” new problems arise just... Read More

    #Santas Balloon Ride#gamedev
  • Optimizing rendering for OpenXR devices in Unity TOP NEW

    Dec 09, 2023 About 1 min

    Synopsis I been working on developing a small game for the Quest 2 for upcoming christmas. My goals are to set up a somewhat graphically demanding game with as a fair mix of post processing, lights and shadows in Unity, to learn more about how to implement future projects. Caveat In this post I will go over settings and configurations in Uni... Read More

    #OpenXR#gamedev#Unity
  • Santa is coming to.. TOP NEW

    Dec 04, 2023 About 1 min

    So santa’s sleigh is in the shop After a rough landing, Santa’s sleigh is in the repair shop. Timing couldn’t be worse, since christmas is right around the corner. Luckily Santa’s friend, the balloon captain Skipper, has lent Santa his hot-air balloon. Now he can ride that when delivering the presents. Question is can he make it. Steer the ho... Read More

    #Santas Balloon Ride#gamedev
  • Unity Netcode for Gameobjects - Parenting picked-up objects TOP NEW

    Nov 14, 2023 About 6 mins

    Unity Netcode for Gameobjects - Parenting picked-up objects I like many others before me, encountered a problem while using Unity’s netcode for gameobject while attempting to parent objects picked up by a player. What I usually do (non-multiplayer) Usually I would let the player pick up an item, in this scenario lets say a weapon since its a ... Read More

    #csharp#coding#gamedev#ngo
  • Abstract classes from a gamedevelopers perspective TOP NEW

    Oct 31, 2023 About 4 mins

    Abstract classes - What are they Well whats this now, something abstract? Honestly it sounds worse than it is. An abstract class is, not unlike the interface, sort of a blueprint of a class. It cannot on itself be instantiated but it serves for other classes to inherit from. Similar to interfaces, the abstract class can have abstract methods wh... Read More

    #csharp#coding#gamedev
  • Implementing Interfaces (C#) in Game Development TOP NEW

    Oct 26, 2023 About 5 mins

    What are interfaces in C-sharp Interfaces, in c-sharp syntax not to be confused with anything the user interacts with, are one of the most important concepts in C# and programming in general. They’re like a contract between you, the programmer, and your code. And just like in any other contract, both parties have to follow the rules or things c... Read More

    #csharp#coding#gamedev
  • Balloon captains journal TOP NEW

    Jun 23, 2023 About 1 min

    Game updates post-jam and launch Updated the macOS edit and Linux client - WebGL is under way Its just minor adjustment and tweaks for now v.1.1 - Improvements and bug fixes Default camera is now third person camera - you can still switch to first person view by pressing right mouse button or C on the keyboard UI scaling is now correct... Read More

    #Hot-Air Balloon Parcel Service
  • Ballooning over a sphereoid TOP NEW

    Jun 20, 2023 About 1 min

    Ballooning on a sphereoid Game released on itch.io where it can be downloaded or played directly in a browser. Read More

    #Hot-Air Balloon Parcel Service
  • Isometric games and Unity TOP NEW

    Oct 15, 2022 About 2 mins

    Isometric perspective in Unity Contraversly the isometric perspective is achieved by switching from Perspective Projection on the relevant main camera to Orthographic. To achieve the well known perspective known from classic games, you elevate the camera and tilt it properly. This is done by altering the Rotation of the camera to X: -30 Y:45 Z... Read More

    #unity#gamedev#gravetender
  • All17
  • Apple 2
  • C Sharp 3
  • Cinemachine 1
  • Coding 3
  • Game Dev 10
  • GameDev 1
  • Games 6
  • Grave Tender 3
  • Hot-Air Balloon Parcel Service 2
  • OpenXR 1
  • Santas Balloon Ride 4
  • Santas Balloon VR 1
  • Swift 2
  • Unity 5
  • VR 1
  • WatchOS 2
Ecto Lounge Games © 2023-2024 Ecto
Subscribe via RSS