Unreal engine crashes when I run the simulation with a car mesh exported from blender
2 ビュー (過去 30 日間)
古いコメントを表示
When I run the simulation with a mesh created by me in blender and exported to unreal, the 3D simulator crashes before starting displaying the following message:
0 件のコメント
回答 (1 件)
Nishan Nekoo
2024 年 5 月 6 日
Hi Marc, this issue may be related to the type of Compiler you are using. As mentioned in the Unreal Engine Simulation Environment Requirements and Limitations, Visual Studio is a requirement for simulation using Unreal Engine.
Please ensure that you have the right version of Visual Studio installed that matches the MATLAB release/Unreal Engine version you are working with.
Then, run the following and ensure that Visual Studio is being used for language compilation:
>> mex -setup
Please let me know if this was the cause of the issue, and if not, please let me know the following:
1) The version of Unreal Engine currently installed
2) The result of executing the matlabshared.supportpkg.getInstalled command
3) Whether all support packages are updated in MATLAB -> Home -> Help -> Check for Updates
Nishan
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!