Category: Game Development

  • Fix for Player Input Unity Events. Action Methods not appearing.

    Fix for Player Input Unity Events. Action Methods not appearing.

    🚨 Beware of this pitfall when using Unity’s Player Input Component! 🚨 If you’re working on a project in Unity that involves capturing input from a controller, you might be using the Player Input Component to handle input events. This component allows you to easily set up callbacks for various input actions, such as pressing…

  • Limiting rotation in Unity easily, using relative direction of game objects

    Limiting rotation in Unity easily, using relative direction of game objects

    I wanted a way that would allow me to limit the gun rotation based on two game objects. That way different guns on the ship could have different limits so that the player couldn’t shot their own ship 😆 I wanted the limits to be visual, so that they are easy to visualize and adjust.…

  • Star Haulers

    Inspired by the hit game Lovers in a Dangerous Spacetime, our game offers a unique local co-op experience that will test your teamwork and communication skills like never before. With a fun and engaging learning curve, this game is perfect for families who want to bond and have fun together. Rally your family and work…

  • Unity Get Closest Object 🎮