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
- Unity Package Manager Events Not Triggered When Changing Registry
- "DateTime.Now" in the UK timezone does not adjust when the British Summer Time is active
- "Unsupported source texture format (7) in ComputeNextMipLevel" error is shown and the texture atlas is corrupted when the texture format "RGB Compressed ETC2 4bits" is selected
- The label that uses data binding is no longer updated at runtime when `INotifyBindablePropertyChanged` reloads updates of the VisualTreeAsset in UIDocument
- HDRP Graphics "High Quality Line Rendering" is missing a documentation link
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.