Video doesn't play on local machine in visual studio using unity

The code

I added code to Unity to play video that steals into Unity, but when I export the Unity code to a Visual Studio.sln file, the video does not play, other objects are rendered. When you try to run on the local machine, an empty space is displayed instead of the video.

Any help would be really noticeable, I'm new to Unity and MSVisualStudio. [[ Local machine screenshot] 2]

+8
c # visual-studio-2015 unity3d
source share
2 answers

Check the menu of the video player.

0
source share

I assume that you mean the Win10 application (Windows Store)? If so, then you should use Handheld.PlayFullScreenMovie , I do not think that offline mode will work.

-one
source share

All Articles