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

Plugin creates empty Plugins directory even without any dependencies defined #6

Closed Larusso closed 6 years ago

Larusso commented 6 years ago

Description

The main purpose of the plugin is to add dependency declaration to native projects (android, iOS, ...). Each dependency artifact will be installed into $Plugins/$Platform. The plugin creates these directories even when no dependency is declared. this should not be critical but some projects have issues atm with this behavior: https://github.com/wooga/wdk-unity-XCodeEditor/pull/19