Solved Purpose of some Items found in Scene's List of Atoms

Hipper

Member
Joined
Jul 4, 2025
Messages
62
Solutions
2
Reactions
9
I've been looking at Performance lately and wondered if I could remove some Atoms which I don't use and whether that would affect performance. I came accross two I can't find anything about and one I use ocassionally.

What are:

_ResetVR Orientation (I don't use VR, just Desktop)
PlayerNavigationPanel - I see it's a grid of some sort.
I also have WindowCamera which I ocassionally use.

How would removing these from a scene affect performance, if at all?
 
Solution
  • _ResetVR Orientation - Not a native VAM component. This is from a creator scene
  • PlayerNavigationPanel - Teleport grid for VR. This is mandatory you can't remove it, if you do, it will be recreated.
  • I also have WindowCamera which I ocassionally use. - Mandatory, you can't remove it, if you do, it will be recreated.

How would removing these from a scene affect performance, if at all?

It won't. You will not double your frametime by removing these, nor there is any perk to remove them. You can hide them if you want.
  • _ResetVR Orientation - Not a native VAM component. This is from a creator scene
  • PlayerNavigationPanel - Teleport grid for VR. This is mandatory you can't remove it, if you do, it will be recreated.
  • I also have WindowCamera which I ocassionally use. - Mandatory, you can't remove it, if you do, it will be recreated.

How would removing these from a scene affect performance, if at all?

It won't. You will not double your frametime by removing these, nor there is any perk to remove them. You can hide them if you want.
 
Upvote 0
Solution
Back
Top Bottom