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

Bricks Master (full free)

Discussion in 'Made With Unity' started by HappyLDE, Apr 16, 2014.

  1. HappyLDE

    HappyLDE

    Joined:
    Apr 16, 2014
    Posts:
    56
    Hello, here is one of my first games made with Unity. You can play the Web or Android version.



    The sounds i took them from the AssetStore (free) and the graphics i made them with Gimp. All on windows.

    >Play the Game<

    Unity version used 4.3 in 2D mode.
     

    Attached Files:

    Last edited: Apr 24, 2014
  2. HappyLDE

    HappyLDE

    Joined:
    Apr 16, 2014
    Posts:
    56
    The game has been played 116 times, can you guys give me some feedback? Would be much appreciated :D

    Thank you
     
  3. Deleted User

    Deleted User

    Guest

    Well since you're asking for it... here you go :
    - BGM does not loop properly (goes silent then just restarts)
    - Stars don't fall through blocks
    - The game have been made 10000 times already and honestly.. You're not bringing anything new to the table.
    - Hearths should be on locked rotation
    - There's a "Score" text but there's no score
    - Ball is always going at 45 degree angle. Player should be able to change the angle slightly by positioning the paddle properly.
    I guess that's about it?
     
  4. HappyLDE

    HappyLDE

    Joined:
    Apr 16, 2014
    Posts:
    56
    Hey thanks for taking the time :D

    You are right about those things although for the ball i made it go 45 degrees all the time to copy the old game played on this device:
    http://livemag.co.za/wp-content/uploads/2014/03/Brick-game.jpg

    For the stars to fall through blocks, i need to find a way to do that, maybe setting them to be triggers? I don't know yet.
     
  5. Dennis_eA

    Dennis_eA

    Joined:
    Jan 17, 2011
    Posts:
    380
    Search for layers and Layer collision Matrix..
     
  6. felixfors

    felixfors

    Joined:
    Aug 13, 2010
    Posts:
    178
    select the star prefab and look at the top of the inspector where it should say " layers" this will take you to the layer list, type in a name for your custom layer and then go over to Edit-Project Settings-Physic, you should see something that looks like a stair grid, look where it says the name of your custom layer and disable the defualt layer. a better way of doing this would be to make seperated layer for the box itself also and uncheck that layer for your star one on the stair grid.
     
  7. HappyLDE

    HappyLDE

    Joined:
    Apr 16, 2014
    Posts:
    56
    Thank you the Layers solution works ! Updated !