UE 5.4 backwards compatibility: bundled .uasset files not loading #4
Replies: 1 comment
-
|
Thanks for reporting this. The plugin was originally developed on UE 5.4 but was upgraded to 5.7 for the open-source release. Unfortunately The C++ code, physics, MJCF import, ZMQ networking, and Blueprint API all compile and run on 5.4. You just won't have the dashboard widget. You can control the simulation through the details panel on the MjManager and articulation actors, or via ZMQ from Python. If you have UE 5.7 installed alongside 5.4, it is possible to recreate the assets by opening them in 5.7, copying all nodes (Ctrl+A, Ctrl+C), then pasting into a new asset of the same type in your 5.4 project. However we'd strongly recommend just upgrading to 5.7 as we can only test and support that version. Documented in the Getting Started troubleshooting guide. Also see #7. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
UE5.4.4 cannot use UI assets in the plugin, unable to display, unable to run demo
Beta Was this translation helpful? Give feedback.
All reactions