Defold 1.2.167 BETA
The latest beta is now released, and we invite those interested in beta testing the new features in the editor and engine to join now.
The beta period will be 2 weeks and the next planned stable release is two weeks from now.
We hope this new workflow will highlight any issues earlier, and also get valuable feedback from our users. And please comment if you come up with ideas on improving on this new workflow.
Please report any engine issues in this thread or in editor2-issues using Help -> Report Issue
Thx for helping out!
Disclaimer
This is a BETA release, and it might have issues that could potentially be disruptive for you and your teams’ workflow. Use with caution. Use of source control for your projects is strongly recommended.
Access to the beta
Download the editor or bob.jar from http://d.defold.com/beta/
Set your build server to https://build-stage.defold.com
Engine
This sprint we’ve spent fixing and updating several extensions, such as Google Play Services which has gotten a good upgrade with support for Achievements, Leaderboards and Events.
The In-app Purchases extension also got some love with some stability fixes on iOS.
The iOS version of the WebView has been migrated from the deprecated UIWebView to the new WKWebView.
Also, we’ve adressed the outstanding issue of adding color to the debug text.
We now have a new message draw_debug_text
which always require you to specify a color.
Engine
-
Issue-4706
- Added: Added newdraw_debug_text
message -
Issue-4708
- Added: Added render clear color -
Issue-4705
- Added: OSX - Added missing CFBundleDisplayName on macOS -
Issue-4698
- Fixed: Removed redundant profiler error messages -
Issue-4709
- Fixed: Fixed update issue when enabling a tree of gui nodes