Hello everyone,
I recently got on the studio pilot license and now I am trying to import footage into Unity and show it in the scene, but I get the following errors:
Failed to create Compute Buffer SRV, HRESULT: 0x80070057
Failed to create Compute Buffer UAV, HRESULT: 0x80070057
Project information:
I’m on unity 2019.4.8f1 and I’m using the built-in render pipeline. I also tried it in URP.
Steps I’ve taken:
I imported the footage (mp4, metadata and poster png)
I imported the Depthkit Core, Depthkit Studio packages and the samples that come with it.
I dragged Assets/Samples/Depthkit Studio/0.5.1/Prefabs - Depthkit Studio Built-in RP/Depthkit Clip + Studio Built-in RP Look.prefab into the scene and setup the video clip, meta data and poster.
I thought this should be enough to show the clip in the scene, but when I run it, I get the errors mentioned above and nothing shows.
Anybody got any idea what this is about?