wooga / atlas-wdk-unity

Gradle Plugin to help wdk package development
https://wooga.github.io/atlas-wdk-unity
Apache License 2.0
0 stars 2 forks source link

Adds task to resolve packages when setup is called by itself #66

Closed Azurelol closed 1 year ago

Azurelol commented 1 year ago

Description

Adds a task, resolvePackages, which has been added onto the pseudo setup lifecycle task this plugin adds. It will be called whenever setup is invoked by itself, with no other Unity tasks.

Changes