Initialize UnionAdapter
Initialize the UnionAdapter API.
note
Make sure to initialize the UnionAdapter API before calling any UnionAdapter modules.
Supported Platform
- Unity
- Unreal Engine
Supports
Android, iOS, Windows
platform.Supports
Android, iOS, Windows
platform.Function Definition
- Unity
- Unreal Engine
public static void Init();
public:
static void Init();
Input Parameters
No parameters are passed.
Code Sample
- Unity
- Unreal Engine
GUA.UnionAdapterAPI.Init();
GUA_NAMESPACE::UnionAdapter::Init();