Buildbox 3.3.5 Is Officially Live

Discussion in 'Official Announcements' started by Sean Buildbox, Oct 29, 2020.

  1. Sean Buildbox

    Sean Buildbox Serious Boxer

    Joined:
    Sep 24, 2015
    Messages:
    902
    Likes Received:
    1,076
    [​IMG]

    We’ve just released Buildbox 3.3.5 this week! With this latest update, our team focused on iOS 14 compliance and improving navigation within the software by adding new features and squashing previous bugs.

    Below is a rundown of the new release, along with a changelog.

    Buildbox 3.3.5 Update

    In Buildbox 3.3.5, you’ll notice several changes to help your games comply with the new app tracking transparency requirements for iOS 14. A permission window for app tracking now appears when a player first opens a game on iOS 14. Ad network integration requires Xcode 12 to export a game for iOS 14 as well.


    Navigation is easier, with a total of nine new options added directly to the Buildbox menu bar. View project settings, preview, the animation bar, scene view, and access tools like the font editor all from the menu bar. Our new ‘submit a bug’ and ‘feature request’ options are also accessible there too.


    Use CTRL/CMD+Click to select multiple nodes on a Node Map. You can also select various objects in the Outliner with SHIFT+Click. You’ll also find a new Interval and Threshold action node, and more!


    What’s New in Buildbox 3.3.5
    • SHIFT+Click to select multiple objects in the Outliner
    • CTRL/CMD+Click to select multiple nodes on a Node Map
    • Right-click menu on the asset Node Map that contains Duplicate, Copy, Paste, and Delete.
    • New action node: Interval and Threshold
    • Important icon next to the Asset attribute in the Debris Explosion node to indicate that no asset has been selected
    • The following options have been added to the Buildbox menu bar:
      • File > Project Settings
      • Run > Preview
      • Run > Preview Selected Scene
      • View > Animation Bar
      • View > Scene View
      • Tools > Font Editor
      • Help > Report a Feature Request
      • Help > Report an Issue
      • Account > Sign Out
    Changes
    • The Project Settings and Font Editor buttons have been removed from the Navigation bar and placed in the Buildbox menu bar.
    • Keyboard shortcuts are now displayed next to each menu item in the Buildbox menu bar.
    • Help > Keyboard Shortcuts now links to the keyboard shortcuts documentation.
    • The Event Observer node’s name has been changed to Event.
    • Ad network integration now requires Xcode 12 to export a game for iOS 14.
    • A permission window for app tracking appears when the player first opens a game that is published for iOS14.
    Fixed Issues
    • Crashes no longer occur in the following situations:
      • When an asset has a Delay node connected to a Spawn node.
      • After Closing 3D/2D Worlds after editing them in Scene Editor.
      • After opening a file, previewing the game, and closing the preview window.
      • During preview when there are any camera animation nodes present in the World’s component Node Map.
      • After creating a new game while the current project has two active Worlds.
    • Clean Pyramid and Rock 1 assets no longer appear stretched during gameplay.
    • Playing UI sounds no longer cancels World sounds in iOS.
    • Linkers now work after loading from the checkpoint.
    • Switching between Portrait and Landscape orientation now changes the orientation of the Start screen.
    • FBX animations can now be accessed across all 3D Worlds.
    • Errors no longer occur in the Dagger Toss template after the knife hits the target during preview.
    • Creating a project with the Isometric Platformer or 3D Demo templates requires a single click instead of a double click.
    • The Camera object in a 3D World no longer appears in front of the Scene Editor view when using the mouse wheel.
    • The list of assets in the Asset Library no longer appears shifted to the left after opening and closing the Asset Library.
    • Entering a value in the Play Cooldown scene attribute and enabling Align Scenes will now display all scenes during gameplay.
    You may update within the app or by using the direct links below:

    macOS: https://downloads.buildbox.com/buildbox/current/Buildbox3.dmg

    Windows
    : https://downloads.buildbox.com/buildbox/current/Buildbox3.exe
     
    Last edited: Oct 29, 2020
  2. AaroArts

    AaroArts Miniboss Boxer

    Joined:
    Jun 22, 2016
    Messages:
    1,546
    Likes Received:
    826
    This is great and it's really nice to see regular updates that address issues, so thank you.
    I have a question though. How is this handled for users who use Custom Ads using the CustomAdIntegrator.m class?

    Some networks such as Admob require their consent forms to appear before iOS 14's App Tracking Alert, so it sounds like this wouldn't work for Custom Ads?

    You can find more information here: https://developers.google.com/admob/ump/ios/quick-start#using_the_sdk
    ...but basically, their consent form talks about accepting the next alert (which is Apples new iOS 14 alert), so users implementing Custom Ads need to be able to show this at a specific time, rather than just on App Launch...

    Thanks for your help as always.
     
    itzonator likes this.
  3. itzonator

    itzonator Serious Boxer

    Joined:
    Dec 18, 2017
    Messages:
    594
    Likes Received:
    228
    For "custom ads" what ad networks do you use?

     
  4. AaroArts

    AaroArts Miniboss Boxer

    Joined:
    Jun 22, 2016
    Messages:
    1,546
    Likes Received:
    826
    Admob at the moment. But currently I'm using their legacy EU Consent form.
    Their latest contest framework requires their consent to be shown before the iOS 14 ATT alert
     
  5. Bilz636

    Bilz636 Avid Boxer

    Joined:
    Oct 5, 2015
    Messages:
    313
    Likes Received:
    182
    Can we have new templates?
     
  6. AaroArts

    AaroArts Miniboss Boxer

    Joined:
    Jun 22, 2016
    Messages:
    1,546
    Likes Received:
    826
    Does the iOS14 IDFA alert only show if using built-in ad integration?
    Do you have to invoke it manually if you use Custom Ads? Thanks.
     
  7. itzonator

    itzonator Serious Boxer

    Joined:
    Dec 18, 2017
    Messages:
    594
    Likes Received:
    228
    Why using Admob for custom ads when it is built in? :) If you use other ad network check their docs for this new iOS14 requirement.

    For custom ads, you have to do it manually. It is easy to check. When add the custom ads and if the alert it is not showing, invoke it manually :)
     

Share This Page