Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

2d game how do you creat desired game objects ?

Discussion in '2D' started by yosuhaydoo, Jun 16, 2017.

  1. yosuhaydoo

    yosuhaydoo

    Joined:
    Jun 16, 2017
    Posts:
    1
    Hello everyone, I stumbled on a problem that I can't google out. I want to know how to make 2d game objects, for example I would like to add a half of a circle as a game object, but I can't find where or which software to use to creat my own. Would be very happy to find out and would like a beginner friendly explanation.
     
  2. Deleted User

    Deleted User

    Guest

    I would suggest G.I.M.P for your 2d image needs, create it, save it and import it like any other image.
     
  3. methos5k

    methos5k

    Joined:
    Aug 3, 2015
    Posts:
    8,712
    Any 2d software ya like. I like Paint.Net but I'm not a big artist.. But it works for me, when I do use it.
     
  4. JoeStrout

    JoeStrout

    Joined:
    Jan 14, 2011
    Posts:
    9,859
    I'm fond of Adobe Graphic for vector drawing, and Affinity Photo for painting. But as others have said, use whatever you like. Unity doesn't care.
     
  5. lumor07

    lumor07

    Joined:
    Jun 25, 2017
    Posts:
    1
    Create a half circle in any paint tool, make sure the background is transparant.
    In Unity, create empty gameobject > add Spriterenderer > Add your image to Spriterenderer.
    After that you can add a collider if you need it to collide (for a half circle you could use a polygon collider).