Search Issue Tracker
By Design
Votes
3
Found in
5.5.2f1
Issue ID
889212
Regression
Yes
Generated DLL is not loaded with Unity 5.5 and newer
Framework target is set to Mono/.NET 3.5, however in Unity 5.5 while loading this dll, the following error appears: "Plugin targets .NET 4.x and is marked as compatible with Editor. Editor can use assemblies targetting .NET 3.5 or lower, please unselect Editor as compatible platform."
Steps to reproduce:
1. Open User's attached project with Unity 5.5 or newer
2. See the Error in the Console
Result: "Serializer" dll fails to load with "Plugin targets .NET 4.x and is marked as compatible with Editor..." message.
Reproduced with: 2017.1.0a3, 5.6.0f1, 5.5.2p2.
Not reproduced with: 5.4.5f1.
Note:
dll loads successfully with Unity 5.4
target framework for each project is set to "Mono/.NET 3.5"
Comments (1)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
jrkirby_unity
Dec 14, 2017 22:51
I'm experiencing this issue on the latest unity 2017.03.0f2, even though it's been reported to have been resolved.