DllNotFoundException: mujoco assembly:<unknown assembly> type:<unknown type> member:(null) #2385
Replies: 1 comment
-
Solved the issue by clicking |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Intro
Hi!
I am a beginner in Unity Mujoco plugin
My setup
I am using
Unity 6 6000.0.32f1
in Ubuntu.Version of Mujoco unity plugin:
3.2.7
Plugin used: mujoco-3.2.7-linux-x86_64
ldd output:
My question
I've followed installation instructions in https://mujoco.readthedocs.io/en/stable/unity.html, basically installed the plugin via
unity/package.json
, and my~/.mujoco
looked like this:When importing scene (unity humanoid) in Unity, I am getting this:
Can anyone help?
Minimal model and/or code that explain my question
Confirmations
Beta Was this translation helpful? Give feedback.
All reactions