Windows Standalone with IL2CPP does not work

Changing from IL2CPP to mono and the build completes successfully
I have the same problem but im on mono :(
nevermind i just need to switch to .net 2.0 rather than .net 2.0 subset
Confirm. I can't build with Scripting backend IL2CPP. The same error: ArgumentException: The Assembly Mono.WebBrowser is referenced by System.Windows.Forms
I can't either 2019.3.13
I think this doesn,t work with IL2CPP backend. I have tried with .NET 4.x and .NET (standar) 2.0 on Unity 2019.4.15 (LTS).
With Mono everything works fine.
What are the right configuration to make it work with IL2CPP? because on the "README" says that "Mono/IL2CPP backends supported."
I had the same problem, and solved by this. I don't understand how dll works in Unity very well, but anyway it works in my local.
- Unity 2021.1.9f1
- IL2CPP
- .NET 4.X or .NET Standard 2.0
- make directory
Assets/Plugins - copy
Mono.WebBlorwser.dllandMono.Posix.dllfrom<Your Unity Installation Directory>\Unity\2021.1.9f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7-api\ - confirm in the inspector window that these the
dllassets are used for Standalone (maybe windows only?) and Editor is excluded.
