createUnityNativeBuildTask

fun Project.createUnityNativeBuildTask(unityOptions: UnityOptions)

Creates and registers a UnityNativeBuildTask with the given unityOptions.

Parameters

unityOptions

The UnityOptions to be used by the task.

See also