Search Unity

Question 2D game creation

Discussion in 'Getting Started' started by Roxana11, Mar 4, 2023.

  1. Roxana11

    Roxana11

    Joined:
    Mar 4, 2023
    Posts:
    1
    1. How can I create 2D games using Unity?
     
  2. Kurt-Dekker

    Kurt-Dekker

    Joined:
    Mar 16, 2013
    Posts:
    38,752
    Whoops! I think you meant to type that question into Google.

    Here you go, I did it for you:

    Screen Shot 2023-03-04 at 9.35.01 AM.png
     
  3. AngryProgrammer

    AngryProgrammer

    Joined:
    Jun 4, 2019
    Posts:
    490
    All you should know:
    https://docs.unity3d.com/Manual/Unity2D.html

    Before you start you need to know how to name elements from which you will build stuff. Total basics, what are sprites, 2d colliders, 2d physics, etc.