Search Issue Tracker
Fixed in 5.6.0
Votes
0
Found in
5.1.1p4
Issue ID
717830
Regression
No
[ManagedPlugins] meta file ignored when importing plugins if library folder is not generated
To Reproduce:
1. Open the attached project in batch mode:
" Unity.app/Contents/MacOS/Unity -projectPath "/PluginFailLoad/" -quit -batchmode " (opening without batchmode generates the same errors)
2. Observe that several errors are printed out in Editor.log:
For example "Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed
The class <>c__DisplayClassb could not be loaded, used in Newtonsoft.Json"
According to "Newtonsoft.Json.dll.meta" Newtonsoft.Json should only be loaded in WP8
Errors are no longer thrown after the library folder is generated.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Character animation freezes when toggling animator on/off in a coroutine
- Certain textures are incorrectly marked in the render pass list when observed through Render Graph Viewer
- "Assertion failed on expression" error occurs when multiple Animation Components are instantiated after changing the Culling Type
- MacOS persistentDataPath uses old path when built compared to Editor Play mode
- Crash on RaiseException when entering Play Mode in a specific project
Add comment