Yellow-Dog-Man / Resonite-Issues

Issue repository for Resonite.
https://resonite.com
102 stars 0 forks source link

video Import dialogs are far away when a user is parented to an object that's moving at a high speed #1939

Open epicEaston197 opened 2 weeks ago

epicEaston197 commented 2 weeks ago

Describe the bug?

When you're parented to something like a spaceship and the user is flying it fast video import dialogs can appear behind the spaceship

To Reproduce

  1. Create an object that you can be parented to that's moving really fast in one direction

  2. Try to import a video

  3. You will observe that the dialog appeared behind the object that's moving that your parent did too

  4. (optional but might help) find a vehicle that has a flying system like a spaceship as I said before have users inside of it and have them try to import a video

Expected behavior

The video import dialog should appear in front of my face even though I'm in a fast moving vehicle

Screenshots

Image of me importing a video while the spaceship I am inside of is flying around fast only happens with video dialogues though image image

Resonite Version Number

Beta 2024.5.3.561

What Platforms does this occur on?

Windows

What headset if any do you use?

Desktop

Log Files

N/A but we'll provide them if they're needed

Additional Context

No response

Reporters

@epicEaston197

shiftyscales commented 1 week ago

This appears to be an update order issue. The importer is nested properly into the same parent space as the user, but seems to receive the user's position from the previous update. Seeking input from @Frooxius or @ProbablePrime.