Hello, I have an issue with my Mac app built with Catalyst, where video is not exporting with the animations I have added to the layers. The same code works perfectly on iOS and iPadOS, just not on MacOS.
The animations are CABasicAnimations. If I remove them completely from the layers, the layers appear on the video correctly, they just don't animate.
Could there be some difference in the beginTime for CABasicAnimations that are used in exporting on the Mac? I have tried changing the begin times to start from AVCoreAnimationBeginTimeAtZero and I have also tried updating the begin times to start from CACurrentMediaTime().
Could there just be some issue with AVVideoCompositionCoreAnimationTool for Catalyst where animations are just ignored?
Any thoughts are welcome, thanks!
The animations are CABasicAnimations. If I remove them completely from the layers, the layers appear on the video correctly, they just don't animate.
Could there be some difference in the beginTime for CABasicAnimations that are used in exporting on the Mac? I have tried changing the begin times to start from AVCoreAnimationBeginTimeAtZero and I have also tried updating the begin times to start from CACurrentMediaTime().
Could there just be some issue with AVVideoCompositionCoreAnimationTool for Catalyst where animations are just ignored?
Any thoughts are welcome, thanks!