I have unity3d 4.6.0b20 pro and whenever I try to import a video to my project an error pops up saying: “Movie Importing Requires QuickTime to be installed” although I have quicktime installed on my machine…what could be the problem ???
I had the same problem and reinstalling QuickTime just didn’t work. The problem was solved by running Unity as Administrator.
A bit of a late reply, but ran into this issue today and figured others may also still hit this wall.
The reason it seemed to go wrong is because I had Unity open when I installed QuickTime.
The solution was to make sure Unity is closed, remove QuickTime, and then reinstall QuickTime. I ran the install as administrator, but I suspect that this was unnecessary.
So in summary, close Unity, remove QuickTime, reinstall QuickTime, open Unity and import those movies like a boss.
Restarting my PC fixed this issue for me.
I solved the problem with the help of these links :
Unity - Manual: Movie Textureshowever , in unity 5 there had been some differences in scripting . use these lines to play the movie :
void Start ()
{
((MovieTexture)GetComponent<Renderer>().material.mainTexture).Play();
AudioSource audio = GetComponent<AudioSource>();
audio.Play();
}
You should install Quicktime from Apple website
https://support.apple.com/kb/DL837?locale=tr_TR
After installing your problem should be end .
Pjural
when installed, go to edit a file, and turn everything to install every funkcjon ![]()