Yellow-Dog-Man / Resonite-Issues

Issue repository for Resonite.
https://resonite.com
132 stars 2 forks source link

Dash Particles are in Stream Camera #545

Open Ardescar opened 10 months ago

Ardescar commented 10 months ago

Describe the bug?

The particles that you see when the Dash is opening and closing are visible inside the stream camera. So if you setup a stream to twitch or record a video you also get some particles from your dash when you open and close.

To Reproduce

Setup a Stream and open/close your dash a few times till you realise the particles.

Expected behavior

That the particles are local only and not inside a stream.

Screenshots

grafik

Resonite Version Number

Beta 2023.11.7.274

What Platforms does this occur on?

Windows

What headset if any do you use?

Index - Desktop

Log Files

DESKTOP-T7AIKEN - 2023.10.20.831 - 2023-11-06 21_43_15.log

Additional Context

No response

Reporters

Ardes / Ardescar Chris Blackpaw ExoTheWicker

shiftyscales commented 10 months ago

Thanks. I've replicated this. Rather bizarrely, particles seem to be the only thing in userspace that can be seen regardless of the UI's visibility via the "Render Private UI" toggle in the camera control panel.

shiftyscales commented 10 months ago

I believe that particle rendering is one of the things that we basically just pass-off to Unity to handle right now- so this issue is likely not going to be resolved until the engine receives a more native implementation of particles/particle systems.

shadowpanther commented 10 months ago

Side note, these particles are simulated relative to Worldspace Root, not Userspace, so if you are moving when opening/closing the Dash, the particles would leave a trail.

shiftyscales commented 7 months ago

Per my last comment- Frooxius has since opened #587 which covers that work item.