For me, UE4 shuts down when trying to make relative paths.
When I go into the media player settings I take the option to load the video ‘from memory’ needs to be on in order to get a relative path that works in a packaged game?
- UE4 tells me the video texture needs to be placed in the content>movies directory
- The movies folder does not exist when creating a blank first person project
- A media and mediatexture folder does exist
- When I import my video file from the media or mediatexture folder (in content folder of UE4 project), UE4 shuts down when I activate ‘load from memory’
- Running UE4 as administrator does not change this
- When I create a movies folder in the content folder and import the media file from there, it does not crash and will let me activate the ‘load from memory’ option. However the movies file is not exported when I package + UE4 shuts down when I try to open the projectfile in editor after packaging.
What am I doing wrong?