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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Add comment