Question by
SirLaur · Dec 14, 2017 at 09:38 AM ·
androidvideovideo streamingstreamingassetsobb
Path to streamingassets obb video
Hello everyone, I need some help. Can you tell me what is the path to the video in the OBB file ? For example, if I build the application without binary split, I find the path with : string path = Application.streamingAssetssPath + "/" + "MyVideo.mp4"; What is the path if I build the application with binary split ? Thanks a lot.
Comment