NewChromantics / PopMovieTexture_Release

http://popmovie.xyz watermarked releases of PopMovieTexture Unity plugin. Repository itself contains ONLY demo projects, download the .unitypackage from the releases page. Purchase from the asset store https://www.assetstore.unity3d.com/#!/content/59097
https://github.com/NewChromantics/PopMovieTexture_Release/releases/download/v0.1.9.a7c15b5/PopMovieTexture.unitypackage
29 stars 8 forks source link

Workaround for HTTP on IOS/OSX. HTTPS works. #47

Open SoylentGraham opened 8 years ago

SoylentGraham commented 8 years ago

Due to the way IOS & OSX security works, HTTPS streaming works fine.

But HTTP doesn't. We can override these security settings with plist settings, BUT, we cannot do this in-editor. So I'm planning on implementing an internal HTTPS server and re-route http requests through it to support this across all platforms.