Skip to main content

Wrong API Usage

Message​

You are using the wrong API: Application.OpenURL("URL.com");

Explanation​

Some ad networks require the creative to use their API instead, and will block Application.OpenURL().

To simplify the user experience, we have implemented a single API call for all ad networks.

Steps to fix​

Please, replace the code with Luna.Unity.Playable.InstallFullGame()

For more information, please see our API documentation.