You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is a no-op, since the condition evaluates to false. There doesn't appear to be a way - given the command-line invoked - to identify the Unity project folder.
Proposal
Have the com.microsoft.msbuildforunity Unity scripts pass the Application.dataPath into the dotnet msbuild invocation as an MSBuild property would make the import a lot more clear.
The text was updated successfully, but these errors were encountered:
I'm attempting to follow Scenario 4: Distribute a UPM Package w/ NuGet Dependency. Based on my understanding of the documentation, I have:
com.microsoft.msbuildforunity
a dependency of the UPMWhen adding the UPM to an existing Unity project the com.microsoft.msbuildforunity integration kicks in, and I see the command-line invoked:
But since the [package location] - for local packages - is outside the scope of the Unity project, then the line:
is a no-op, since the condition evaluates to false. There doesn't appear to be a way - given the command-line invoked - to identify the Unity project folder.
Proposal
Have the
com.microsoft.msbuildforunity
Unity scripts pass the Application.dataPath into thedotnet msbuild
invocation as an MSBuild property would make the import a lot more clear.The text was updated successfully, but these errors were encountered: