mobile-studio-integration-for-unity icon indicating copy to clipboard operation
mobile-studio-integration-for-unity copied to clipboard

Channel annotations cannot be used from the Job system

Open solidpixel opened this issue 3 years ago • 1 comments

CAM annotations support the jobRegister() interface which allows a script to add a Job with a specified start/end time in the past. This is useful for logging tasks processed by the Unity batch Job Scheduler, as batch jobs have restrictions on the API they can use.

We don't have the same interface for the simpler Channel annotations, but I suspect it would be useful to have.

solidpixel avatar Sep 12 '22 15:09 solidpixel

Currently the native library does not expose this functionality, so we have nothing to wrap for the C# bindings. Revist this in future once Streamline's native code supports this (SDDAP-11794).

solidpixel avatar Sep 27 '22 16:09 solidpixel