net.wooga.build-unity
Owner: Manne Endres
This plugin provides tasks for exporting platform projects from Unity3D projects
https://wooga.github.io/atlas-unity/
Sources: https://github.com/wooga/atlas-unity
Version 1.1.0
1.1.0
Created 20 October 2022.
This plugin provides tasks for exporting platform projects from Unity3D projects
Add this plugin to your build using the plugins DSL:
plugins {
id("net.wooga.build-unity") version "1.1.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("net.wooga.gradle:build-unity:1.1.0") } } apply(plugin = "net.wooga.build-unity")
- Applying plugins to all subprojects .