Search Issue Tracker
Fixed
Fixed in 2021.3.10f1
Votes
1
Found in
2021.2.5f1
2021.3.5f1
2022.1.7f1
Issue ID
UUM-2342
Regression
No
Boot.config file's date modified timestamp is being changed every time Unity starts
Reproduction steps:
1. Create a new Unity project
2. In the Project files go to ProjectSettings folder
3. Notice the date modified timestamp on boot.config file
4. Close Unity and open the project again
5. Look at the date modified timestamp on the same boot.config file
Expected result: Boot.config date modified timestamp remains the same after restarting Unity
Actual result: Boot.config date modified timestamp is being changed every time Unity starts, even though the file is empty or the settings regarding it remains the same
Reproducible with: 2021.2.0b1, 2021.2.14f1
Couldn't test with: 2019.4.36f1, 2020.3.30f1, 2022.1.0b10, 2021.2.0a21, 2022.2.0a6 (boot.config file is not available)
Comments (1)
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
- WebGL Player with WebGPU Graphics API fails to render Scene when custom Render Feature is used
- “EndLayoutGroup” error thrown when changing Shader Precision Model settings in Build Profiles window > Player Settings Overrides
- Button hover state uses default theme color when a custom .uss is applied
- Samples Showcase script warning does not clear after enabling required settings until GameObject is reselected
- VFX Particles receive shadow artifacts when using ShaderGraph with enabled shadows and Face Camera Plane Orient mode
david-at-solarbots
Jun 20, 2022 12:29
I can confirm that this is an issue with Unity 2022.1.5f1 from the tech stream. The `ProjectSettings/boot.config` is touched upon project opening, requiring us from adding this file our our VCS excludes. I assume, this file shouldn't be inside `ProjectSettings` to begin with.