Install the Ondara SDK for your platform. Each SDK is designed to feel native to its environment.
https://github.com/ondara/unity-sdk.gitComing soon - Join waitlistComing soon - Join waitlistnpm install @ondara/sdkpod 'Ondara' | implementation 'io.ondara:sdk:2.0.0'After installation, verify the SDK is working by initializing and checking the version:
123Debug.Log($"Ondara SDK v{Ondara.Version}");await Ondara.Initialize("YOUR_API_KEY");Debug.Log("Ondara initialized successfully!");