Extension for engine

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

Hello thanks for great engine, but i have to question :

  1. Engine support adverts and in-app purchases to monetise game
  2. Which the best way or guide to create extension for engine, third party libraries and SDKs.
:bust_in_silhouette: Reply From: Mohammad Hadi Aliakb

it’s not supported out of box you should add modules then built it , you can see how to use third library sdks in docs.godotoengine.com
some of guys wrote app purchase for google play and appstore , admob and other third libraries search in google and github you can find them
for android modules
android modules
c++ and ios modules