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
{{ message }}
This repository has been archived by the owner on Oct 6, 2023. It is now read-only.
I wonder if the same technique can be applied to force multiple builds of the same target framework, as the AOT, Standalone, and Editor builds all use .NET Standard 2.0.
Nah abusing the Platform targets seems much more appropriate.
There should be no harm in defining a platform for AOT, one for Standalone, one for Editor, etc.
Then rely on the "Batch Build" feature to build them all. Links:
Expected behavior
Building with MSBuild either via
dotnet build
,MSBuild.exe
, or via Visual Studio 2019 results in all the different DLLs used in the package:Actual behavior
Only some build. Sometimes it even takes multiple builds to get the most builds. But never the full list.
The missing build DLLs are:
Steps to reproduce
/Src/Newtonsoft.Json.sln
in Visual Studio 2019Details
Host machine OS running Unity Editor 👉 Windows
Unity build target 👉 N/A
Newtonsoft.Json-for-Unity package version 👉 12.0.301
I was using Unity version 👉 N/A
Checklist
Shutdown Unity, deleted the /Library folder, opened project again in Unity, and problem still remains.(irrelevant)The text was updated successfully, but these errors were encountered: