Media Source File Importe Problem

Hello, when I import a video (for a video texture)(I have tried with wmv, mp4, mov, avi, file), I have this:

I can’t use it for a video texture.

If you want to package the video with your game, it must be located inside your project’s /Content/Movies directory

It doesn’t work, i have the same issue.

I’ve tried to create a media player and a media texture (based on the media player). I can launch the video through the media player and the video texture work but when i close the media player, the video is no longer assigned to the media player and video texture.

Try to manually assign the video texture to the MediaPlayer and save the player asset. There is currently a bug where the MediaPlayer asset is not being marked as dirty if you create a media texture or media sound wave via the context menu in the Content Browser, so the Editor won’t tell you that you need to save the MediaPlayer, and you’ll lose the binding of the media texture when closing the Editor.

I have the same problem before and I solved with this:

Guess 4.13 has changed the whole workflow of media texture,but i don’t like this way at all,it takes much more steps.

If you want to package the video with your game, it must be located inside your project’s /Content/Movies directory

Thanks a lot ! =D