AGulev
April 1, 2020, 4:37pm
14
Btw, using Launch Storyboard is already possible, even without official support. Defold is a pretty flexible engine and it is possible to use many platform-specific features without official support.
Thanks for the video-instruction @sergey.lerg
Since Launch Images are now deprecated by Apple and because storyboard is much better, it’s recommended to use LaunchScreen storyboard instead of Launch Images on iOS.
I’ve prepared a small tutorial.
One more example is Android Adaptive Icons:
Android 8.0 (API level 26) introduces adaptive launcher icons . Adaptive Icons consists of a background and foreground layer and the OS can apply visual effects to the layers, such as parallax or pulsing.
The Defold bundler and game.project does only support basic icon drawables (PNGs), but it’s quite easy to also add support for adaptive icons. This is achieved through the use of the bundle_resources setting in game.project which allows bundling of files “as-is” into the resulting APK.
I’ve cr…
5 Likes