Hi,
I'm trying to use the Vimeo Player script in my project. I'm using Unity 2019.2.11f1 with AVPro 1.9.10 and for some reason, I'm getting some script errors:
Assets/Vimeo/Scripts/Recorder/RecorderController.cs(15,59): error CS0117: 'Path' does not contain a definition for 'GetTempPath'
Assets/Vimeo/Scripts/Recorder/RecorderController.cs(98,36): error CS0117: 'Path' does not contain a definition for 'Combine'
Anyone have a solution?