Tethering on android ?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Edesak
:warning: Old Version Published before Godot 3 was released.

Hi guys, i wondering if is any feature in godot engine that is able to control networking in android. I looking for controling thetering if i must be secific (host wifi on your mobile).
Its possible and how ? Its possible that i can set up right in engine ?

:bust_in_silhouette: Reply From: jospic

Probably it’s possible through a java custom module:

http://docs.godotengine.org/en/stable/reference/creating_android_modules.html

-j