Search Issue Tracker
In Progress
Fix In Review for 6000.5.0a4
In Progress in 2023.2.X
Votes
0
Found in
2021.3.28f1
2022.3.5f1
2023.1.4f1
2023.2.0a23
Issue ID
UUM-42412
Regression
No
Pose variable format doesn’t change when changing its format
How to reproduce:
1. Open the user’s attached “PoseStringIssue.zip” project
2. Enter Play Mode and observe 2nd and 3rd printed lines in the Console window
Expected result: “Pose is ((0.123457, 0.987654, 0.555556), (-0.685469, 0.040838, 0.357384, -0.633042))” is printed
Actual result: “Pose is ((0.12, 0.99, 0.56), (-0.68547, 0.04084, 0.35738, -0.63304))” is printed
Reproducible with: 2021.3.28f1, 2022.3.5f1, 2023.1.4f1, 2023.2.0a23
Reproduced on: macOS 13.4.1 (Intel)
Notes:
Same results if the format is f1 or more
Reproducible if using: string.Format("Pose is \{0:f6}", pose) or $"Pose is \{pose:f6}"
Not reproducible if using: ToString("f6")
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [iOS] ListView is flickering when scrolling over the end
- The Aspect Ratio Fitter Component on a Prefab displays a parent-related warning despite the Prefab's inability to have parents when "Envelope Parent" or "Fit In Parent" modes are used
- HDRP Color Picker preview rectangle doesn’t update when adjusting colors for Camera Background Type Color
- Progress indicator in Meta Quest Build Profile configuration is barely visible
- Slightly transparent objects disappear completely in Web Player when using RenderGraph
Add comment