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
- [Android] Stage information is not logged when Log Shader Compilation is enabled
- [Vulkan] The memory allocation increases rapidly when there are multiple (three or more) Real-Time Reflection Probes in the Scene
- [macOS] Library folder of the opened project can be deleted which leads to the crash
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same 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.