Search Issue Tracker
Won't Fix
Votes
0
Found in
2017.2.0xb6
Issue ID
944212
Regression
No
[Linux Editor] Editor uses system's locale to determine decimal separators instead of en-US ones
Steps to reproduce:
1. In Ubuntu, go to System settings -> Language support -> Regional formats
2. Select a language which uses commas (,) instead of dots (.) for decimal separators (ie Lithuanian, German)
3. Apply it system-wide and re-log to the user account
4. Open any Unity project
5. Select any GameObject in the Hierarchy window
6. Set X value of transform to 0.5
Expected result: value is displayed as 0.5
Actual result: value is displayed as 0,5
Reproduced on: 5.5.3f1, 5.6.3f1, 2017.1.0f3, 2017.2.0b6
Note: this issue seems to be similar to Case 930798, however it occurs on .NET 3.5 as well. No repro on macOS.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Assertion error "(dx - width < padding) || (dy - height < padding)" when using Pack Preview
- [Memory Profiler] The EntryType.NativeAllocationSites_MemoryLabelIndex of snapshots only reports -1 or 0 instead of the MemLabel used for allocations made from any call site.
- [Vulkan] Artifacts appear in the Player when using Screen Space shadows with orthographic camera
- Errors OnGUIDepth changed & GUIUtility:ProcessEvent when opening Textures with Third Party App
- Window preview appears on a different monitor when undocking and dragging a window with a high-resolution monitor set up on the right and a low-resolution monitor on the left.
Add comment