About 27,400 results
Open links in new tab
  1. Unity Basic Tutorial: 2D Rigidbodies & Box Colliders - YouTube

    In this video, I show you how to apply rigid bodies, and a box collider to your game objects.0:00 Create a Square Object0:12 Add a 2D RigidBody0:48 Box Colli...

  2. Manual: Creating a 2D game - Unity

    Before you create a 2D game, you need to decide on a game perspective and an art style. To create a 2D game, set up your Unity project and then familiarize yourself with the relevant …

  3. Creating a Hitbox in Unity - Medium

    May 1, 2025 · In this article, I will go through how I create the hitbox for the player attack. To start, you create a basic 2D sprite and change the sprite renderer to show a UISprite. Now add a 2d...

  4. How to Setup your characters 2D Colliders in Unity

    May 8, 2015 · Using a box collider with a simple Mario sprite seems like the perfect way to handle collision, but unfortunately Unity struggles with this setup and its quite common for your …

  5. Creating a unit selection box in Unity (2D)

    Feb 4, 2015 · I've been trying to get my head around how to create a selection box for a selected unit in a 2D top-down type game. When you click on a unit, a small box would appear around …

  6. Create a Hitbox Attack System Unity2D | by Mike Brisson - Medium

    Jul 22, 2021 · In this article, we’ll cover an easy wat to create a hitbox attack system. The first thing we need to do is to add an empty child object to our player sprite. This way we can …

  7. How to Create a 2D Platformer in Unity: A Beginner’s Guide (2025)

    1 day ago · Create a New 2D Project: Open Unity Hub, click “New Project.” ... Add a Box Collider2D to define the player’s hitbox. Adjust its size to fit the sprite. Create a ground …

  8. How to Make Border of 2D Game in Unity

    Feb 17, 2021 · I would recommend doing this by using a Tilemap and adding a Tilemap Collider to the Grid inside the Tilemap GameObject. Then, simply just create a tile palette and add the …

  9. Are there any way to show an objects collider ... - Unity Discussions

    Apr 19, 2011 · In the game view, I recommend using a line renderer with points at each corner, making a collider like box. A third option for the game view would be to purchase vectrocity. …

  10. Drawing Rectangles in 2D for hitboxes: fighting game

    Feb 24, 2015 · My goal is to draw a 2D rectangle with the same dimensions as the hitbox I want to create in Unity. Because my Box Collider 2D isn’t visible, I’m trying to make a visual aid to see …

Refresh