i need to get video file's path for unity engine
When i use ALAsset, it return only asset url like
assets-library://asset/asset.MOV?id=B650DDD2-32EC-45B6-A38C-537F4D1BDF53&ext=MOV
so i convert to NSData and writeToFile but this solution makes memoryWarning and too slow
there is no way to get file url like
file://~~~
EX) 'noon vr' app
PS. there is no way to get video from assets-library url in Unity?