Search Unity

  1. Unity 6 Preview is now available. To find out what's new, have a look at our Unity 6 Preview blog post.
    Dismiss Notice
  2. Unity is excited to announce that we will be collaborating with TheXPlace for a summer game jam from June 13 - June 19. Learn more.
    Dismiss Notice

Assets [Released] Brain Buster! Draw shapes to solve challenging physics puzzles!

Discussion in 'Works In Progress - Archive' started by FinalbossGame, Oct 25, 2017.

  1. FinalbossGame

    FinalbossGame

    Joined:
    Feb 2, 2015
    Posts:
    602
    Draw shapes to solve challenging physics puzzles!

    BrainBuster.png


    BrainBuster2.png

    Easy level/puzzle creation process!

    Get it here: http://u3d.as/11TZ
     
    Last edited: Aug 14, 2018
  2. AkiraWong89

    AkiraWong89

    Joined:
    Oct 30, 2015
    Posts:
    662
    Remind me Brain it On! and Brain Dots which are very fun games.
    Hmm... Shouldn't this release as a game better? Why on the store?
    You can make custom level mode to let player craft their levels and sharing.
    Just suggestion.:)
     
  3. FinalbossGame

    FinalbossGame

    Joined:
    Feb 2, 2015
    Posts:
    602
    Hi buddy,
    Yeah, I'm a big fan of these titles :)

    And while we all love to make games, I have a special interest in tools development. So I both test myself by recreating a game I love and adding new features that I think were missing in the original title, or to give another developer this opportunity to build a brand new game which offers new ideas, while they do not need to worry about re-creating the wheels themselves.
     
  4. FinalbossGame

    FinalbossGame

    Joined:
    Feb 2, 2015
    Posts:
    602
    Now featuring real-time pen size selector , restricted draw regions and connect two dots mode:

    brain-buster-3.jpg

    brain-buster-2.jpg
     
  5. FinalbossGame

    FinalbossGame

    Joined:
    Feb 2, 2015
    Posts:
    602
    Brain Buster now features a dynamic level finish setup which captures a shot from player solution and saves it for social sharing or other uses:

    Brain-5.jpg
     
  6. FinalbossGame

    FinalbossGame

    Joined:
    Feb 2, 2015
    Posts:
    602
    Brain Buster now features a dynamic level selection system:

    Brain-6.jpg
     
  7. FinalbossGame

    FinalbossGame

    Joined:
    Feb 2, 2015
    Posts:
    602
    Brain Buster now features "Death Zone" section:

    Brain-7.jpg
     
  8. FinalbossGame

    FinalbossGame

    Joined:
    Feb 2, 2015
    Posts:
    602
    New shots taken from the game:

    BrainBuster-Unity3d-physics-puzzle-game-01.jpg

    BrainBuster-Unity3d-physics-puzzle-game-02.jpg

    BrainBuster-Unity3d-physics-puzzle-game-04.jpg

    BrainBuster-Unity3d-physics-puzzle-game-05.jpg

    BrainBuster-Unity3d-physics-puzzle-game-08.jpg
     
  9. FinalbossGame

    FinalbossGame

    Joined:
    Feb 2, 2015
    Posts:
    602
  10. FinalbossGame

    FinalbossGame

    Joined:
    Feb 2, 2015
    Posts:
    602
    Check out the new trailer:

     
  11. FinalbossGame

    FinalbossGame

    Joined:
    Feb 2, 2015
    Posts:
    602
  12. FinalbossGame

    FinalbossGame

    Joined:
    Feb 2, 2015
    Posts:
    602
    "Brain Buster" is on sale with 33% off for a limited time. Get it here: http://u3d.as/11TZ
     
  13. mariberguling

    mariberguling

    Joined:
    Feb 8, 2016
    Posts:
    26
    can i make inters ads appear every game over or level finish?
     
  14. FinalbossGame

    FinalbossGame

    Joined:
    Feb 2, 2015
    Posts:
    602
    Hi there,

    You call showAd() method on Gameover() event.
     
  15. LOKIIStudios

    LOKIIStudios

    Joined:
    Apr 25, 2019
    Posts:
    13
    Hello,
    i have an issue changing the draw line. currently it appears in form on dots, i want to change it to smooth lines continuous without any gap when i draw on screen. please guide me how can i achieve this. Thanks! my purchase Invoice no : IN010200555340 . kindly reply earliest as i have been stuck on it since long delaying my publish.
     
  16. FinalbossGame

    FinalbossGame

    Joined:
    Feb 2, 2015
    Posts:
    602
    Hi buddy. You can change the interval these dots are being created. That way you can have smooth lines.
     
    LOKIIStudios likes this.
  17. LOKIIStudios

    LOKIIStudios

    Joined:
    Apr 25, 2019
    Posts:
    13
    can u point me in the code which variable has the intervals ? that I can change the value to get smooth line ?
     
  18. LOKIIStudios

    LOKIIStudios

    Joined:
    Apr 25, 2019
    Posts:
    13
    I tried to increase value of this, private float followSpeedDelay to 1, and the the line becomes smooth but too much delay in following mouse pointer. if you can just tell me the change I need to make so I get smooth lines without any gaps between the dots however fast I draw will be easier for me.
     
  19. FinalbossGame

    FinalbossGame

    Joined:
    Feb 2, 2015
    Posts:
    602
    In that case, you need to change the 3d collider system with 2D sprites (+2D collider) or even line renderer (+2D collider) if you want to have a very fast drawing system that looks like a smooth line.