We have now added support for Spine nodes in GUI scenes. Similar to the component version, this creates a GUI node for each bone in the spine instance, which come in handy when you want to parent other nodes to your spine bones. A couple of new script functions has been added to the gui.* namespace, such as gui.get_spine_bone, gui.play_spine and gui.cancel_spine. The argument list for the two latter functions are the same as for their spine.* counterpart, except they take a GUI node as first argument; namely a spine GUI node.
The profiler (toggled via toggle_profiler) has been fixed and should now display the same information on all platforms.
We have also worked on memory leaks and performance issues which will result in better performance for all games, especially those with massive amounts of game objects.
Engine
DEF-1528 - Added: Spine support in GUI
DEF-2111 - Fixed: Spine events were incorrectly sent to the completion callback
DEF-2034 - Fixed: Profiler missing some information on different platforms
DEF-2084 - Fixed: Missing GUI node size enums in script
DEF-1983 - Fixed: Memory leak when creating and/or deleting game objects
I’m unable to reproduce this. I bundled an iOS app from the editor just now and it’s bundled with a reasonable size. Do you get any kind of errors? Have you tried bundling from the command line? It’s more complex of course, but it would be interesting to see if you get some kind of error.
After new install I am using
open Defold.app/Contents/MacOS/Defold
for start Defold (double click by Defold.app doesn’t work)
and all works fine - ios build is ok