We've put out a new release that fixes a lot of bugs and makes us compatible with Apple's latest and greatest. Props to
@Justin and
@MaxFinch for getting us up to speed with the latest iOS / Xcode.
One major change to distribution is a switch back to a DMG for Macs. With Sierra, Apple has clamped down further on app security. Double-click the DMG to open it, and drag Stencyl to the desired place to install.
Get it nowSee this page for the list of changes.
Potential breaking changes and things to keep in mind for this update:- Team ID setting added to iOS certificates page. This is needed for Xcode 8.
See the updated step 8 of the
iOS certificates guide.
- The way lists and maps are initialized has been changed.
If a list or a map has
no default value, and it's a
hidden attribute, it will always start out as "null". This means you must set the list or map to a new list/map before trying to add values to it or access it in any way, otherwise you will get an error or crash. See the stencylpedia guides on
lists and
maps.
- The behavior
attribute blocks now work with the
attributes events.