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)
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
- NullReferenceException when setting 'isTextObjectScaleStatic' to false on a disabled TextMeshPro GameObject
- Shader Stripping Custom Options disappear when exiting Play mode without reloading Domain
- Decals do not get projected when 'Rendering Layer Mask' on a GameObject is 23rd Layer or above due to encoding/decoding issues
- Deriving from SearchContextAttribute doesn't always work
- Scripting API documentation is missing for macOS editor extensions
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.