rive-app / rive-unity-examples

A collection of examples using Rive Unity
16 stars 1 forks source link

Only drawtocube scene seems to be working, and manually enabling the DX11 random write #16

Open Jantolick opened 4 months ago

Jantolick commented 4 months ago

That sums it up basically. I'm on Windows 10, running with the associated Unity version, and only DrawToCubeScene really works, after toggling on Random Write on the Rive Render Texture.

HayesGordon commented 4 months ago

Hi @Jantolick, I'll look into the samples today and update them to use the latest version. A newer version just released which should support all GPUs, and might resolve the issue you're experiencing

HayesGordon commented 4 months ago

HI @Jantolick, can you try this branch https://github.com/rive-app/rive-unity-examples/tree/update_windows

I updated to the lates and adjusted a few things. But I believe it's an issue with the Camera Event on Windows which we will take a look at.

Instead of pulling the above branch you can also try setting the Camera Event to : Before Image Effects

CleanShot 2024-02-19 at 12 53 44@2x
Jantolick commented 4 months ago

Hey there @HayesGordon -- I tried the Before Image Effects method and that does indeed seem to render things fine. Interactivity works as well, so thank you. Looking great now.

burkewm commented 3 months ago

Also getting this issue, the before Image Effects does work though