Connie
Connie

Reputation: 261

Unity videoplayer cannot play clip

I'm trying to do the platformer game tutorial from the unity hub but I can't progress through the tutorial or do anything because I get the error VideoPlayer cannot play clip : Assets/Tutorials/Playtest/WT-Select-Gameobject.mov. I checked myself to see if the file was there and it is.

This is what my screen looks like.

my screen

Upvotes: 1

Views: 2677

Answers (1)

Lyxodius
Lyxodius

Reputation: 364

It looks like you're using Unity on Linux. The Unity video player does not support .mov files on Linux.

Refer to this page for more information: https://docs.unity3d.com/Manual/VideoSources-FileCompatibility.html

Upvotes: 3

Related Questions