unity-azure-pipelines-tasks
unity-azure-pipelines-tasks copied to clipboard
Azure DevOps extension adding tools to build and deploy Unity 3D projects using Azure Pipelines
Because Unity personal licenses use manual activation files instead of serial keys, it's not currently possible to activate Unity for individuals without a pro license. I would appreciate it if...
Both activate license and build fail with this error. I don't know what "Path" might be undefined ``` 2020-05-14T14:47:27.6791685Z ##[section]Starting: Unity Build standalone 2020-05-14T14:47:27.6940130Z ============================================================================== 2020-05-14T14:47:27.6940510Z Task : Unity Build...
In unity-build-script.helper.ts Lines 31-37 when the scenes get added to the list of scenes to build there is no check to see if the scene is enabled. ``` EditorBuildSettingsScene[] editorConfiguredBuildScenes...
Hi , I am trying to use a hosted build pipeline in Azure with unity but i am getting build failure . I am getting this error "The Unity build...
It looks like the `developmentBuild` option is missing in `UnityBuildTask@3`, was this intentional? If not, can we add it back?
Please update the docs as azure devops platform has changed a lot and it's really hard to follow the steps.
I am trying out the new Unity Test Task that is available, but I get this error when running the task. ##[error]File not found: '/Volumes/Samsung_T5/AgentWork/_tasks/UnityTestTask_85e57e6f-cb59-4d1d-979f-dd830b51f2fa/1.0.0/unity-test.js' We are running this on...
The docs need an update. The image showing the inline powershell script does not match what the docs say the script should look like. See #112
I use for my CI Pipeline this for running the tests and then publish them. but i always get this error, and i have to ignore it, and the build...
After following the step-by-step instructions, the following two errors occur: First, within the UnitySetup.Powershell- [section]Starting: Install UnitySetup.Powershell module ============================================================================== Task : PowerShell Description : Run a PowerShell script on Linux,...