Tibor Udvari
Tibor Udvari
No, I didn't find a solution in the meantime
I'm trying to do this as well to download images from airtable for an AR experience. Import them into the assets and generate prefab variants and upload them to Unity...
@bombarie s way seems to be the way to go. I had some issues with the code as is. This is what I did differently ``` Vector2 cameraToScreenFactor = new...
I'm looking into this as a possible solution as well. Version 7 doesn't build with remotion config, version 6 is ok. https://github.com/sinonjs/fake-timers
Trying to do something like this, not working though. ```js import { useEffect } from 'react'; import FakeTimers from '@sinonjs/fake-timers'; export const RemotionVideo: React.FC = () => { var clock...
I managed to get it working, here are the steps if somebody wants to do something similar. Very hacky for now, doesn't work with concurrency and breaks the preview. In...
There could be a way of replacing the module responsible for the next frame with webpack. Although I'm not sure how it could then be connected with getting the current...
Hello, I don't know if this is related, but I'm getting 500 errors when trying to delete sketches. I think this showed up a few days ago so I guess...
Deletes work fine now! Thank you! Although I see that public API requests don't seem to work anymore on my side, I don't know if it is related to the...