Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. We have updated the language to the Editor Terms based on feedback from our employees and community. Learn more.
    Dismiss Notice

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:
    37,150
    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:
    437
    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.