翻了好多文章都没写用绝对路径读取到视频文件的方法
然后看到Easy Movie Texture Video Texture 的使用方法的一篇文章说要设置一下读写权限
(顺便分享一下别人的文章https://blog.csdn.net/mansir123/article/details/78991250)
于是也试了一下Easy Movie Texture Video Texture的SDK确实是可行的
回到avpro也这样设置就可以了
地址路径是file:///sdcard/xxx.mp4没错,但是如果不设置"读写权限"是读取不了的
下面来讲下关键步骤:
1.、设置File -> BuildSettings -> PlayerSettings -> OtherSettings ->Write Permission,默认设置是Internet,改为External(SDCard)