Search Issue Tracker
Won't Fix
Votes
0
Found in
2018.1.0a3
2018.4.3f1
2019.1
2019.2
2019.3
Issue ID
1170633
Regression
Yes
Native Plugin regression from 2018.x results in "DllNotFoundException" error
Reproduction steps:
1. Open "zProject_694000.zip" project
2. Open "Demo" scene
3. Enter Play mode
4. Notice an "DllNotFoundException: GUINativePlugin" error
Expected Result: No error appears due to the dll file
Reproduced with: 2019.3.0a10, 2019.2.0b10, 2019.1.11f1, 2018.4.5f1, 2018.1.6f1, 2018.1.0b1, 2018.1.0a7, 2018.1.0a5, 2018.1.0a3
Did not reproduce on: 2018.1.0a2, 2018.1.0a1, 2017.4.30f1
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
- Sprite texture is null when read from a SpriteAtlas in an Addressables bundle
- Scrolling in the Tile Palette Brush Pick overlay breaks when a lot of Brushes are saved and the List View is enabled
- OnPreprocessAsset is not triggered when AssetPostprocessor version is changed and script recompiles
- Terrain Component and Overlay Text Rendering is broken when using Bitmap Text Rendering Mode
- “No Overlays” Overlay overlaps with the Tile Palette toolbar when docked on the left
Resolution Note (2019.3.X):
This is an issue with the .dll in the project and not in Unity.
In the Editor.log you will the following error message:
Plugins: Failed to load 'Assets/Plugin/GUINativePlugin.dll' because one or more of its dependencies could not be loaded.
When opening the GUINativePlugin.dll in the free Dependency Walker tool (http://www.dependencywalker.com/), you can see that the .dll has a dependency on TEXTURECONVERTER.DLL that is not included in the project. And this is why DllNotFoundException is thrown, because we are unable to load the native GUINativePlugin.dll due to a missing dependency.