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. bgwiss

    bgwiss Boxer

    Joined:
    Oct 31, 2018
    Messages:
    58
    Likes Received:
    19
    Yes I noticed the same issue the simulator is lagging too much.
     
  2. rizwanashraf

    rizwanashraf Avid Boxer

    Joined:
    Dec 3, 2015
    Messages:
    344
    Likes Received:
    215
    Any date on next release with Score fix and some other bugs ?
     
  3. weboha

    weboha Avid Boxer

    Joined:
    Aug 8, 2018
    Messages:
    239
    Likes Received:
    178
    i found why is slow. if there is a log on your code its logging and preview screen is working slow.
    when i close log work normal speed.
    @NikRudenko
     
  4. Dario

    Dario Boxer

    Joined:
    Dec 2, 2018
    Messages:
    42
    Likes Received:
    0
    Preview is very slow and when I export on android device. On iOS is ok.
     
  5. shahar.m192

    shahar.m192 Avid Boxer

    Joined:
    Oct 7, 2018
    Messages:
    204
    Likes Received:
    44
    someone has still notice that the game run little slow on the phone?
    it has some lags every half minute
     
    Ayoub Allani likes this.
  6. nyamuk91

    nyamuk91 Boxer

    Joined:
    Aug 15, 2018
    Messages:
    95
    Likes Received:
    20
    Anyone else has "Unable to load data" error when trying to open older bbdoc file (mine is from Beta 4)? It didn't happen to all of my projects. Only some of my project affected. I open it on BB3 Beta 4 and it's working fine
     
  7. MattWills

    MattWills Avid Boxer

    Joined:
    Nov 5, 2017
    Messages:
    223
    Likes Received:
    66
    So where are things at with this now?
     
  8. wesam_badr

    wesam_badr Miniboss Boxer

    Joined:
    Oct 10, 2015
    Messages:
    1,065
    Likes Received:
    479
    So when the final next year!!!
     
  9. SpoonCrysis

    SpoonCrysis Avid Boxer

    Joined:
    Aug 10, 2018
    Messages:
    175
    Likes Received:
    26
    its already completed the only thing people are waiting for is the conversion tool.
     
  10. Reverse Studios

    Reverse Studios Boxer

    Joined:
    Oct 11, 2018
    Messages:
    74
    Likes Received:
    17
    I don’t think so buildbox still remains buggy, all the export features aren’t there and you can’t even change the splash screen. This is very unprofessional for there to be no communication
     
  11. SpoonCrysis

    SpoonCrysis Avid Boxer

    Joined:
    Aug 10, 2018
    Messages:
    175
    Likes Received:
    26
    you can change the splash screens you just have to do it in Xcode and Android studio.
     
    spicedbeangames likes this.
  12. wesam_badr

    wesam_badr Miniboss Boxer

    Joined:
    Oct 10, 2015
    Messages:
    1,065
    Likes Received:
    479
    Are you kidding I see that its still in the beta lot of missing and promised features, still buggy, not user-friendly for people that don't know how to code as it needs more nodes and many more...
     
    andre_sprs likes this.
  13. SpoonCrysis

    SpoonCrysis Avid Boxer

    Joined:
    Aug 10, 2018
    Messages:
    175
    Likes Received:
    26
    Buildbox 3 gets rid of ease of use the minute they add coding to the mix, in order to make more customisable and quality games coding needs to be introduced and this is still the most easy to use development tool i have ever used the script creator and debuger is well thought out and build box is still easyer to use than unity. If u want to cheat in development then i recommend staying with buildbox 2 as long as u can. Buildbox 3 is going in the right direction just learn coding its not going to hurt.
     
  14. Gray Studio

    Gray Studio Boxer

    Joined:
    Sep 10, 2018
    Messages:
    36
    Likes Received:
    8
    Well.. I am sorry to say this but I feel like buildbox is a mess. There is too many bugs for bb3 and bb2. I know bb3 is in beta but long in the end simple things like coins not even working shouldn't happen. Its very unprofessional.

    Its easy to talk yes... But in the perspectiv off how they are promoting the software, its nothing like that.

    I dont know how big the team is, but the updating part is very unprofessional and needs more people to work on buildbox.

    quality over quantity.... Unfortunately its not that here at buildbox....

    No hate or anything but lets be real here, it sucks for everyone
     
  15. itzonator

    itzonator Serious Boxer

    Joined:
    Dec 18, 2017
    Messages:
    594
    Likes Received:
    228
    Also, UI LOCK Button does not work properly in this BB3 RC1. When place a lock button, there's no navigation to another level for linking purposes.

    More info here: https://prnt.sc/mp1tml
    Worlds / Scenes are created, but do not show up.
     
    landofgreendev likes this.
  16. SpoonCrysis

    SpoonCrysis Avid Boxer

    Joined:
    Aug 10, 2018
    Messages:
    175
    Likes Received:
    26
    My next prediction since my first one was correct last year and a quote "buildlbox 3 will not be out till next year" you all denied it until I was right last year :p But anyway my next prediction will be I think Buildbox 3 will come out in the middle of the year 2019.
     
    Bilz636 likes this.
  17. nyamuk91

    nyamuk91 Boxer

    Joined:
    Aug 15, 2018
    Messages:
    95
    Likes Received:
    20
    @NikRudenko Hey Nik. In 2417 changelog, you stated that "JS API: add getters for points and coins". May I know what is the getter method name? I tried getScorePoints() and getScorePoint() but it return errors
     
  18. particles

    particles Avid Boxer

    Joined:
    Aug 31, 2018
    Messages:
    337
    Likes Received:
    242
    @nyamuk91 You can get by using
    this.scene().currentPoints(0);// Get Current World's Points
    this.scene().bestPoints(0);// Get Current World's Best Points
    this.scene().totalPoints(0);// Get Current World's Total Points

    We need to pass 0 value in the method that is a bug. It should be this.scene().currentPoints(); but passing 0 is working at the moment.
     
    nyamuk91 likes this.
  19. nyamuk91

    nyamuk91 Boxer

    Joined:
    Aug 15, 2018
    Messages:
    95
    Likes Received:
    20
    Any idea what's the getter for coins? I tried this.scene().currentCoins(0); and this.scene().currentCoin(0); but both doesn't works
     
  20. Nathaniel Rand

    Nathaniel Rand Boxer

    Joined:
    May 29, 2019
    Messages:
    3
    Likes Received:
    0
    YES, where is the distance score type? I needs....
     
Thread Status:
Not open for further replies.

Share This Page