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
- Errors are logged when importing an asset at a path with Firebase
- Entering too big of a number in 2D Renderer Lightmode Tags freezes the Editor
- Crash on GUIManager::DoGUIEvent when focusing on the Game view window on a specific project
- Asset creation in the Project Browser is not always undone/inconsistent when the undo shortcut is pressed right after creating an asset
- JobTempAlloc memory leak warning is thrown when the Player is shut down
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.