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
- Texture Import Warnings are obscured by other Terrain Layer options in the Inspector
- Burst Inspector middle divider is jittering when resized with the Burst Inspector window docked
- JsonConvert conversion fails trying to call GetCallbackMethodsForType when [OnDeserialized] is used in a class
- Different text alignment in the column header in Entities "System" window
- Objects with Universal Render Pipeline/Particles/Lit shader are always lit up when changing their Rendering Layer Mask
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.