I can’t figure out how to open a twinmotion file in UE 5.1. Plugin “Twinmotion Content for Unreal engine” is not available for 5.1 is this the whole point or is there another way?
2 Likes
I have the same problem. When you run UE 5.1, you need to install a plug-in Twinmotion Content for Unreal. But this plugin cannot be installed in UE5.1 !!!
You could try to compile it manually:
- Create a C++ project in UE5.1
- Create a folder called “Plugins” in the project root
- Copy the TwinMotion plugin from the UE5.0/Engine/Plugins/Marketplace to the Plugins folder
- Try to open the project and it should ask you to compile, if it fails try compiling from visual studio
If they haven’t released it yet, probably this is not going to work, but it’s worth trying (I’ve updated many old plugins with this method)