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
- Opening Terrain Prefab in Prefab Editing Mode throws "NullReferenceException" error
- [Search] Dragging query pills put them behind the search text field
- A CustomPropertyDrawer that returns a PropertyField for a property named the same as a child field will not render all child fields
- Graphics Settings shows default values instead of the real values in the Rendering Debugger when Volume.profile is assigned via script
- Deleting multiple Tags throws “NullReferenceException”, and "Retrieving array element that was out of bounds" errors when holding the Enter key
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.