Is there an ad system that doesn't need a module?

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

I really do not want to use a module and recompile. So I was wondering if there is a way I can serve ads through an httpclient or something similar.

Not that I’m aware of. The engine doesn’t have that by default, probably because there are lots of ad systems that could be worth it, and it would need a unified interface for script access (maybe?) that would not interfer with all other platforms Godot can export to.
That said, compiling is not that hard. You don’t need C++ knowledge to do it, as long as you follow the steps in the docs :slight_smile:

Zylann | 2017-01-15 21:36