Buildbox 3.0.0.2429 Rc1 Hotfix

Discussion in 'Official Announcements' started by NikRudenko, Feb 7, 2019.

Thread Status:
Not open for further replies.
  1. weboha

    weboha Avid Boxer

    Joined:
    Aug 8, 2018
    Messages:
    239
    Likes Received:
    178
    i am trying this code its gives error. do you have any idea?

    [​IMG]
     
  2. Aditya Verma

    Aditya Verma Boxer

    Joined:
    Dec 29, 2018
    Messages:
    2
    Likes Received:
    0
    May some one help me
    Admob ads are not working in my app.
    Help me
     
  3. TheGameAppStudio

    TheGameAppStudio Serious Boxer

    Joined:
    Nov 2, 2016
    Messages:
    927
    Likes Received:
    318
    Hi Put a space and replace with this and see NSString stringWithUTF8String:name

    and second one if([n isEqualToString: @"YOUR UI NAME"])
     
    Last edited: Feb 11, 2019
  4. weboha

    weboha Avid Boxer

    Joined:
    Aug 8, 2018
    Messages:
    239
    Likes Received:
    178
    thanks its works now :)
     
    TheGameAppStudio likes this.
  5. itzonator

    itzonator Serious Boxer

    Joined:
    Dec 18, 2017
    Messages:
    595
    Likes Received:
    230
    Start Scene UI is not editable in BB3 RC1. Is that going to change for the next BB3 release? Maybe in RC2?
    In START, I can add Loading Bar / Loading Counter in BB2. What are the plans for BB3?
     
  6. bgwiss

    bgwiss Boxer

    Joined:
    Oct 31, 2018
    Messages:
    58
    Likes Received:
    19
    Hi All,
    I've been trying to check the new added console option for errors and warning, however every time I click it, buildbox crashes. Anyone facing the same issue?
     
  7. TheGameAppStudio

    TheGameAppStudio Serious Boxer

    Joined:
    Nov 2, 2016
    Messages:
    927
    Likes Received:
    318
    No mention :)
     
    Phill Mason likes this.
  8. ABHISHEK RANJAN

    ABHISHEK RANJAN Boxer

    Joined:
    Jan 25, 2019
    Messages:
    1
    Likes Received:
    0
    I am greeting issue with JS debugger. Game is crashing after opening JS Debugger. It is happening after this update.
     
  9. Jackazoid

    Jackazoid Avid Boxer

    Joined:
    Sep 7, 2017
    Messages:
    176
    Likes Received:
    72
    @NikRudenko I would also like to know why this is still not working properly. At high speed a character will always pass through all kinds of static/kinematic objects (like a floor)
    This did not happen in the alpha versions. Why?
     
  10. spicedbeangames

    spicedbeangames Miniboss Boxer

    Joined:
    Mar 31, 2016
    Messages:
    1,389
    Likes Received:
    596
    I have to second this. I've noticed some really strange things surrounding physics and collision shapes. Spheres with cubes even though Sphere has been selected as a mesh as examples
     
  11. Phill Mason

    Phill Mason Serious Boxer

    Joined:
    Sep 25, 2015
    Messages:
    880
    Likes Received:
    721
    We all appreciate you @TheGameAppStudio :)
     
    TheGameAppStudio likes this.
  12. TheGameAppStudio

    TheGameAppStudio Serious Boxer

    Joined:
    Nov 2, 2016
    Messages:
    927
    Likes Received:
    318
    Thank you :D Glad to hear it :)
     
  13. itzonator

    itzonator Serious Boxer

    Joined:
    Dec 18, 2017
    Messages:
    595
    Likes Received:
    230
    @NikRudenko the icon-1024.png that's produced from validating iOS project is "alpha." It causes validation error when submitting to App Store. the PNG icon of 1024 should not be alpha that's coming out of Buildbox 3 RC1 :)

    Thanks
     
    Jackazoid likes this.
  14. itzonator

    itzonator Serious Boxer

    Joined:
    Dec 18, 2017
    Messages:
    595
    Likes Received:
    230
    @NikRudenko
    1. Coins are not currently supported in BB3 RC1. We can have a collision group of coins, but there's no COIN NODE to add an actual coin, like we have Add Point node. Add Coin Node will be available in the next BB3 update?

    2. Also in UI, Label, Score -> All Worlds -> Points -> Total Amount is way off the charts. The total amount of points is not correctly displayed in a font label. However, I tested the Total Points on a device, and it appears to be working just fine. On BB 3 Previewer however, it's messed up!

    @Josh Igbokwe @HueTheDev

    Thanks!
     
    Last edited: Feb 15, 2019
  15. rizwanashraf

    rizwanashraf Avid Boxer

    Joined:
    Dec 3, 2015
    Messages:
    344
    Likes Received:
    215
    or you can replace
    addScorePoint( value )
    with
    addScoreCoin( value )
    That works too
    and yes Total score and Best score is buggy.
     
    itzonator likes this.
  16. itzonator

    itzonator Serious Boxer

    Joined:
    Dec 18, 2017
    Messages:
    595
    Likes Received:
    230

    Replacing
    this.scene().addScorePoint( amount );

    with

    this.scene().addScoreCoin( amount );

    in the Add Point Node? See, it did not occur to me :)
    Does this work, never tested it?

    However, either way, the Purchase Actions is not implemented in BB3. Like adding coin packs for purchase. The BB3 crash as well as the game on the device. Whatever value I use points / coins in this.scene().XXXX( amount ); it will not work. The only store identifier that works well for in-apps is NoAds with BB 3 at this point.

    For this purpose I link:
    [Coin Pack Image] Start -> Purchase Node -> Add Point (does not work when add this on UI as a Purchase button). This bb 3 is still beta.

    Again, I never tested it with new addScoreCoin variable, it might work. For addScorePoints it does not.
     
    Last edited: Feb 15, 2019
  17. rizwanashraf

    rizwanashraf Avid Boxer

    Joined:
    Dec 3, 2015
    Messages:
    344
    Likes Received:
    215
    You should, Coins works i have tested them.
    I haven't tested In Apps or Ads or anything yet
     
  18. itzonator

    itzonator Serious Boxer

    Joined:
    Dec 18, 2017
    Messages:
    595
    Likes Received:
    230
    Yeah, replacing addScorePoint( value ) with addScoreCoin( value ) worked, but only when showed on a label. However, still the BB3 RC1 crashes when hit that Purchase Button on UI to get the coin pack.

    Action setup: https://prnt.sc/mlv0yf
    UI Setup: https://prnt.sc/mlv3bf

    With this setup, the Buildbox crashes when hit that 10,000 coin pack button on UI. It crashes with both addScorePoint and addScoreCoin.
     
  19. Dario

    Dario Boxer

    Joined:
    Dec 2, 2018
    Messages:
    42
    Likes Received:
    0
    With latest release of BB3, my game is still slow when I export with Android Studio on my Samsung Galaxy A5 2016 with Android 7.0.
    Also, characters purchase with a game currency is still missing.
     
  20. weboha

    weboha Avid Boxer

    Joined:
    Aug 8, 2018
    Messages:
    239
    Likes Received:
    178
    This versiyon preview smilator is work very slow. do you have same problem?
     
Thread Status:
Not open for further replies.

Share This Page