Hi guys, I have a little error wich happends when I’m oppening my project, "Failed to load /Game/UI/Foundation/Movie/DefaultMediaTexture.DefaultMediaTexture Referenced by MaterialExpressionTextureSampleParameter2D_0
" and i don’t know what’s really happening, where can i find this file or what should i do about it
Hi, just hit this issue myself. It’s not a big deal, but in case anyone else hits it, here’s my fix:
Assuming UE 4.27 here, the DefaultVideoMaterial asset in the CommonUI plugin points to a default mediatexture in the game content folder (/Game/UI/Foundation/Movie/DefaultMediaTexture), which probably doesn’t exist. It can be a bit annoying to see every time you launch the editor.
If you go to your content browser, enable the filters to show Plugin Content and Show Engine Content, you should be able to see the CommonUI folder in list on the left if you scroll down to the very bottom.
Inside there you’ll find the DefaultVideoMaterial. You can open that, find the TextureParam inside it, and hit the little yellow arrow to reset it to the default texture.
Save the asset, reopen the editor, and it won’t bother you anymore.
If you upgrade or change your engine version later, you might find that you’ll need to do the same thing again unless it’s already been fixed by Epic, as it’s an engine plugin, not a project one.
Hope this helps,
Dave
Funny. I fixed that lol
Hey, buddy! Follow your answer I fixed it! thanks for that your share