unreal engine with matlab
Show older comments
greetings
I am trying to customize a scene on unreal engine.
I am following this documentation https://www.mathworks.com/help/driving/ug/install-and-configure-support-package-for-customizing-scenes.html
this error is arised while following step1 in the documentation
Error using cd
Cannot CD to C:\Program Files\Epic Games\UE_4.23\Engine\Plugins (Name is nonexistent
or not a directory).
how can i solve it?
6 Comments
Rik
on 11 Dec 2020
Where did you install the Unreal Engine? The text above that line of code clearly states this is the default path on a Windows machine, so you might need to adapt it to your installation.
Nada Selim
on 11 Dec 2020
Rik
on 11 Dec 2020
Yes. What use is an interface with UE if you don't have UE itself?
Nada Selim
on 11 Dec 2020
Rik
on 11 Dec 2020
No problem, sometimes these things can be confusing.
Answers (1)
Nirupama
on 29 Jan 2024
0 votes
If you're encountering issues during the "Install Support Package" phase for customizing Unreal Engine scenes for automated driving in MATLAB: check prerequisites, verify software and hardware requirements as follows
- Ensure that you have the required MathWorks products installed, such as MATLAB, Simulink, Automated Driving Toolbox, and Simulink 3D Animation. https://www.mathworks.com/matlabcentral/fileexchange/74555-automated-driving-toolbox-interface-for-unreal-engine-projects
- Ensure that you have Visual Studio® 2017 or newer (for customizing scenes)
- Verify that you have the correct version of the Unreal Engine installed, as specified in the following MathWorks documentation for the release you are using: https://www.mathworks.com/help/driving/ug/3d-visualization-engine-requirements.html
Hope this helps!
Categories
Find more on Simulink 3D Animation in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!