How can I merge this methods to get load a video.mov from streaming assets in iOS
Thanks.
How can I merge this methods to get load a video.mov from streaming assets in iOS
Thanks.
You just have to add a StreamingAssets folder inside the Assets folder (at the same level as the Resources folder). Drag and drop your video into this folder. Then in a script call:
Handheld.PlayFullScreenMovie (“MyVideo.mp4”);
Note that not all resolutions will play on iOS. That is, some videos will import into the folder just fine, and play on the Mac just fine, but will fail to play on iOS. Start with something standard.