Search Issue Tracker
Won't Fix
Votes
0
Found in
2021.3.42f1
2022.3.42f1
6000.0.15f1
7000.0.0a1
Issue ID
UUM-78368
Regression
No
Setting asset files' values are not changed when changing settings in the Editor
Reproduction steps:
1. Create a new project or open an existing one
2. Open the Project Settings (File > Project Settings)
3. In the Project Settings Window, select the "Physics 2D" section
4. Change any value (e.g.: "Velocity Iterations" from 8 to 10)
5. Open the “PROJECT_NAME > Project Settings > Physics2DSettings.asset” file
6. Search for the “m_VelocityIterations:” property and observe its value
Expected result: The property has it's value set to 10
Actual result: The property has it's initial value
Reproducible with: 2021.3.42f1, 2022.3.42f1, 6000.0.15f1
Reproducible on: MacOS Sonoma 14.5 (Intel), Windows 10 (user’s)
Not reproducible on: No other environment tested
Workarounds:
- Press ctrl+S or cmd+S
- Build the Editor
Notes:
- The issue occurs with any settings asset file and any setting
- The issue occurs with any platform settings as well
- The issue is not resolved when reopening the project or entering the Play Mode
- Pressing ctrl+S or cmd+S saves the changes applied to the Scene along with the changes made to the settings
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
- Inconsistent capitalization and misaligned text in multiple query blocks in Search window
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- WebGL sends wrong value with large numbers when SendMessage function is used
- Add Behaviour dropdown has a part in which the dropdown outline is cut out when the Add Behaviour dropdown is opened
Resolution Note:
There are no fixes planned for this Bug