diff --git a/doc/unity.rst b/doc/unity.rst index 61993bf5..ffa72b4b 100644 --- a/doc/unity.rst +++ b/doc/unity.rst @@ -176,8 +176,7 @@ Scene recreation maintains continuity of physics and state in the following way: persisted. 4. The MuJoCo state (for the joints that persisted) is set from the cache, and Unity transforms are synchronized. -MuJoCo library has functionality for dynamic scene editing (through `mjSpec -`_), however, this is not yet +MuJoCo has functionality for dynamic scene editing (through :ref:`mjSpec`), however, this is not yet supported in the Unity plugin. Therefore, adding and removing MuJoCo components causes complete scene recreation. This can be expensive for large models or if it happens frequently. We intend to lift this performance limitation to be in a future versions of the plugin.