Closed nickhorvath closed 4 years ago
dupe of issue #128
If I recall correctly, the Unity 2019 UWP package is forced to IL2CPP. There's no option as a .NET back end here.
Okay, but is it possible to use UnitySetup to install the Additional Downloads? https://unity3d.com/unity/whats-new/2019.1.8 After i put Windows (IL2CPP) Target Support and Windows Store (.Net) Target Support on the agent manually the build was unblocked.
In 2019 UWP IL2CPP is installed by default so the warning is a bit of a red herring as you'll have it whether you wanted it or not. I'm thinking we can expand on our logic for these warnings to not print them for components that aren't expected for a specified version if the All
component flag is passed.
If you used the installers from your query above @nickhorvath I'm curious why you didn't have Windows Store .NET Target Support or Windows IL2CPP Target Support as both of those appear to be getting properly discovered for me. =(
running on a 2019 build with latest develop version:
However, if i run it with a 2018 version it finds it just fine: