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.0.0-rc.4
1.0.0-rc.4
Created 26 August 2020.
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.0.0-rc.4"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.net.wooga.gradle:atlas-build-unity:1.0.0-rc.4") } } apply(plugin = "net.wooga.build-unity")
- Applying plugins to all subprojects .