Search Issue Tracker
Fixed in 2019.3.X
Fixed in 2019.2.X
Votes
0
Found in
2017.4.0f1
2018.3.0a1
2019.1.0a1
2019.2.0a1
2019.2.0a8
Issue ID
1132730
Regression
Yes
Fallback P/Invoke DLL resolution is broken on Windows
To reproduce:
1) Open attached project and scene
2) Build and run it
Expected: Plugin loads up and passes ok
Actual: Plugin fails to load
If you rename Plugins folder to Mono inside of build's Data folder, the plugin then loads up correctly
Reproduced in 2017.4.0f1, 2019.2.0a8
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
- [Android] Memory leaks ~100mb with each HTTP request until Player crashes on IL2CPP ARMv7 builds
- Item selection is offset below when UIToolkit ListView is set to dynamic height mode
- Script recompilation doesn't trigger automatically when switching build targets
- Text gets pushed to the left when typing in a text field
- "The provided object cannot be assigned a managed reference ID because it cannot be serialized on a [SerializeReference] field." thrown in the Console window when using SerializationUtility.SetManagedReferenceIdForObject with an Enum value
Resolution Note (fix version 2019.3):
Allow P/Invoke calls where the library extension is included in the library file name in the [DllImport] attribute.