videokit-ai / videokit

Low-code, cross-platform media SDK for Unity Engine. Register at https://videokit.ai
https://videokit.ai
Apache License 2.0
108 stars 14 forks source link

FileNotFoundException in the combination of the format 'JPEG' and the destination 'Documents'. #44

Closed VrabelJannn closed 1 year ago

VrabelJannn commented 1 year ago

In case of JPEG output format, recording result is not file, but directory and this causes problems (FileNotFoundException) in SaveToDocuments method, where you are trying to move file instead of directory on line 709 by call: File.Move(path, result)

I didnt do any further investigation, but it looks like this will be global issue no matter which platform.

olokobayusuf commented 1 year ago

@VrabelJannn thanks for finding this bug. Fix will land in 0.0.14.

olokobayusuf commented 1 year ago

Fixed in 0.0.14