Search Issue Tracker
By Design
By Design in 6000.3.X
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
- VFX Graph Documentation dropdown button does nothing when clicked on the right side
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
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.
Resolution Note (6000.3.X):
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.