muthuselva

Results 1 comments of muthuselva

I fixed it using avpro and adaptive resolution. Just replace the isHlsPlatform() function in VimeoVideo.cs with following , public bool isHlsPlatform() { return Application.platform == RuntimePlatform.OSXPlayer || Application.platform == RuntimePlatform.OSXEditor...