Search Issue Tracker
Won't Fix
Won't Fix in 2023.2.X
Votes
0
Found in
2020.3.46f1
2021.3.22f1
2022.2.13f1
2023.1.0b10
2023.2.0a8
Issue ID
UUM-31314
Regression
No
[Linux] Native Plugins are not found if it had other native plugin dependencies
Reproduction steps:
1. Open the attached “BugRepro” project
2. Open the “Assets/Scenes/DemoScene.unity” scene
3. Enter the Play Mode
4. Observe the Console
Expected result: No error logged
Actual result: Error “DllNotFoundException: tzergity_native assembly:<unknown assembly> type:<unknown type> member:(null)
MeshVolumeNative.MeshVolumeToMesh (g3.DMesh3 mesh, MeshVolumeConfiguration config) (at Assets/MeshVolumeNative.cs:21) LoadingDemo.Start () (at Assets/LoadingDemo.cs:12)” is logged
Reproducible with: 2020.3.46f1, 2021.3.22f1, 2022.2.13f1, 2023.1.0b10, 2023.2.0a8
Reproducible on: Ubuntu 22.04
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
Resolution Note:
The behavior here is by design.
When you build a native plugin, please include appropriate RPATH settings so that dependent native binaries can be found.
Resolution Note (2023.2.X):
The behavior here is by design.
When you build a native plugin, please include appropriate RPATH settings so that dependent native binaries can be found.