Search Issue Tracker
By Design
Votes
0
Found in [Package]
1.0.1
Issue ID
XRMRT-58
Regression
No
GameObjects in the scene have weird Position and Scale values
How to reproduce:
1. Create a new MR Multiplayer Tabletop Template project
2. Open the "SampleScene" scene
3. In the Hierarchy, select the UI -> Table UI -> Microphone (Collapsed Background) GameObject
4. In the Inspector, observe the "Scale" values under the "Rect Transform" Component
Expected results: The values are 0
Actual results: The values are 0.0005...
Reproducible with: 6000.1.0b13
Reproducible on: macOS Sequoia 15.3, Windows 11 Pro
Not reproducible on: No other environment tested
Note: Other GameObjects in the scene have similar numbers under "Transform" or "Rect Transform" Components
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Missing script error when clicking “script” link in Cave scene’s Water Sample Description
- [VFX Graph] Set Position Shape Gizmo isn't refreshed after shaper switch
- NullReferenceException is thrown when trying to access volumeStack from the HDCamera class
- Visual artifacts appear when using an Orthographic camera with a Reflection Probe
- Not all animation properties are accessible when a prefab with an avatar model contains a nested copy of itself with a renamed GameObject
Resolution Note:
The scale for world-space UI will inherently be smaller values than the default of 1, which would show the canvas as extremely large to the user and make it unreadable. This is expected and not a bug in the configuration.