configureOptions

Configures a BaseUnityPlayer instance with the provided options and context.

Return

The BaseUnityPlayer instance itself, for fluent usage.

Parameters

options

UnityOptions instance containing configuration settings.

contextWrapper

The Android context wrapper.

block

A lambda block for configuring the options within a concise scope.