wooga / atlas-paket

Paket plugin for gradle
https://wooga.github.io/atlas-paket/
Apache License 2.0
0 stars 2 forks source link

Add PAKET_UNITY_ENABLE_UPM_PACKAGE env var #98

Closed Joaquimmnetto closed 1 year ago

Joaquimmnetto commented 1 year ago

Description

Adds PAKET_UNITY_ENABLE_UPM_PACKAGE boolean environment variable to determine if paket packages should be installed like UPM packages or not. This feature was already present in the paketUpmPackageEnabled extension variable.

Changes