Search Issue Tracker
Won't Fix
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
- Test Runner’s vertical scrollbar overlaps with the up and down arrows and upper toolbar tabs when the window is minimized
- The Input Field view is not updated when deleting lines of text
- The scrollbar does not respect empty lines in the Input Field
- “Texture Atlas Viewer“ button text overlaps another button when the UI Toolkit Debugger is narrowed
- Thresholds are no longer automatically calculated after deleting Motion fields in Blendtrees
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.