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
- [macOS] Project fails to load when Virtual Artifacts are Corrupted
- Long scheduler times on main thread when using InstantiateAsync with a singular massive Prefab
- The project hangs upon opening it when importing the "discrete_rank2_vector_v2_0.onnx" file
- Opening the Look Dev hangs the Editor when the window is opened for the first time in the project or after deleting the Library folder
- Look Dev has blurry icons on 4k monitors
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.