Godot Mono Export Templates Missing Android Templates

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By nightblade9

Understanding nothing about how Godot/Mono actually works, I wanted to create a proof-of-concept to see how big the APK file is (compared to Godot without Mono).

I downloaded the templates several times, finally unpacking the raw .tpz file downloaded from the website and realized that the Android templates aren’t even present.

Is Android not supported with Godot Mono projects? Is this planned for the future?

:bust_in_silhouette: Reply From: golpebaixo

Yeah I noticed that too just now (the template archive is a lot smaller than the one for regular Godot so it’s clear that it lacks something).

Searched around and didn’t see any reference to this limitation however mono exporting is relatively new so it’s probably not that complete yet…

:bust_in_silhouette: Reply From: Calinou

As of Godot 3.0.5, C# project exporting is only supported for desktop platforms. Support for mobile and Web platforms will be added in a future release; however, there is no ETA I know of.

See GitHub issues #19839 and #18364 for a general overview of the current C# support status in Godot.

Thanks, I thought it would be something like this. By any chance, could you hazard a guess how much bigger the APK size will be when Mono is part of the mix?

nightblade9 | 2018-07-18 02:11