Search Issue Tracker
By Design
Votes
0
Found in
6000.3.0b1
Issue ID
UUM-116726
Regression
No
The Max Value of Packing Iterations for the XAtlas Packing Method can be increased by changing the Value beyond its Default Limit
Steps to reproduce:
- Open any URP/HDRP Project
- Navigate to Window > Rendering > Lighting
- If there's no Lighting Settings Asset create one and assign it
- Scroll down to the "Lightmap Packing" section and set it to "Custom"
- Set "Packing Method" to "XAtlas"
- Move the slider for "Packing Iterations" to the max value
- In the Text field input "999999"
- Try to move the slider again and observe the current value
Actual results: The Max Value is increased to whatever was inputted
Expected results: Max Value is capped and text input defaults to the biggest default value
Reproducible with versions: 6000.3.0b1
Can’t test with versions: 2022.3.66f1, 6000.0.56f1, 6000.1.16f1, 6000.2.0b4 (No XAtlas Feature)
Tested on (OS): Windows 11
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
- URP Realtime reflection probes do not update when RenderProbe() is being called once per second
- Addressable terrain shader variants are stripped from the Player
- [iOS] Debug.Log() appears as <private> in Console app
- UI stays in the background when it is disabled in simulator
- A wrong log file is attached when project is launched with a "-logFile" command line argument
Resolution Note:
This is completely intentional. The sample sliders in the lighting window work the same way. The purpose is to guide users to pick a reasonable sample count, but not block them from increasing it further. The default max iteration count is chosen arbitrarily, and there is no reason you shouldn't be able to have more than that.