I use Unity Editor to directly start my Dedicated Server, the approximate command is
./Unity -batchmode -nographics -buildTarget Linux64 -standaloneBuildSubtarget Server -executeMethod xxx
But this error was found during the startup process, the voxel file should be /Client/Assets It is stored under /Plugins, but why does it load under /Editor/Data/MonoBleedingEdge/lib.
The method I have tried
- I have also tried to put the corresponding so file under this path, but this problem still occurs.
- Also tried export
LD_LIBRARY_PATHto modify the environment variable - Try to change the name to
libvoxel.so - Try to modify the permissions.
I tried all the above methods and it didn’t work
My Linux Unity Editor version is 2021.3.27