Search Issue Tracker
By Design
Votes
0
Found in
2019.4
2020.1.6f1
2021.1
Issue ID
1285622
Regression
No
Level files build output are not deterministic when using HDRP or URP
How to reproduce:
1. Create a new template URP/HDRP project
2. Duplicate the 'SampleScene' Scene and open the duplicated Scene
3. Delete 4-5 GameObject from the Hierarchy
4. Save the Scene and close the Editor
5. Delete Library folder
6. Reopen the project
7. Build for Standalone
8. Once the player is built save a copy of the build folder
9. Delete Library folder
10. Open Editor
11. Perform another build
12. Compare the results of the first and second build folders (for macOS FileMerge can be used in order to compare the results or in terminal: diff -r -q /Folder1 /Folder2)
Expected result: The same set of inputs produce files that are identical
Actual result: The Level files change
Reproducible with: 2019.4.14f1, 2020.1.12f1, 2020.2.0b7, 2021.1.0a3
Notes:
- Reproducible on Windows and macOS
- Screenshot of the issue is attached in Edit
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- UI Toolkit 'background-size' property is not fully animatable
- Moving the Scrollbar via clicking no longer works after the first-click when page size is too small
- Elements in UI Builder Viewport are displayed incorrectly when Editor UI Scaling is set to 125%
- Prefab referencing a script is not shown in the Search window's Project tab when using "Find References In Project"
- Scroll view sensitivity remains unchanged when modifying the "--unity-metrics-single_line-height" value
Add comment