MSBuildForUnity
MSBuildForUnity copied to clipboard
MSBuild integration in Unity
Either using the standard .csproj/.sln icons, or using some standard MSBuild icon (if there is one) would be better.
Currently, MSBuild Project Generator requires Visual Studio installed on the machine to build even with the dotnet CLI.
Currently the MSBuild Project Generator is built to support Visual Studio 2017, although it *may* work in VS 2019. We should support both VS 2017 & VS 2019 explicitly, including...
Project Generator currently does a text file "template" with string token replacement.
When creating a new ProjectReference item from within Unity it is created with a fair number of default properties assumed (primarily the default target and configuration values). It would be...
In 0.8.2 I submitted a fix to ensure NuGet packages are copied over correctly for Dependencies.csproj project under .NET Standard 2.0. The fix was basically to set "CopyLocalLockFileAssemblies" to true....
We should be able to modify the C# project files to manage external dependencies.
We should be able to modify C# project files to manage NuGet packages of the project.
Ubuntu: 22.04.1 LTS dotnet sdk 6.0 Windows x86 build. Clean Unity project with just one scene and a cube. ArgumentException: The provided target platform group name () is not valid....
Hello, I'm using Unity 2022.3.19f1 I have a Unity project, i modified the `Packages/manifest.json` to add to the start of the file the following` : ``` "scopedRegistries": [ { "name":...