Search Issue Tracker
Fixed
Fixed in 2022.3.5f1, 2023.1.4f1, 2023.2.0a22
Votes
2
Found in
2022.2.7f1
2023.1.0b4
2023.2.0a2
Issue ID
UUM-27260
Regression
No
List.Capacity is used instead of count in ”SetSharedMaterials”
How to reproduce:
# Open the attached project "SetMaterialsBug.zip"
# Enter Play Mode
Expected results: No errors are thrown
Actual results: "Unexpected number of materials!" is thrown in the Console window
Reproducible with: 2022.2.7f1, 2023.1.0b4, 2023.2.0a2
Could not test with: 2020.3.45f1, 2021.3.18f1 ('Renderer' does not contain a definition for 'SetMaterials')
Reproducible on: Windows 10
Comments (1)
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
- Test Runner’s vertical scrollbar overlaps with the up and down arrows and upper toolbar tabs when the window is minimized
- The Input Field view is not updated when deleting lines of text
- The scrollbar does not respect empty lines in the Input Field
- “Texture Atlas Viewer“ button text overlaps another button when the UI Toolkit Debugger is narrowed
- Thresholds are no longer automatically calculated after deleting Motion fields in Blendtrees
peturdarri
Feb 15, 2023 11:26
To clarify the description, this happens when trying to set fewer materials on a renderer than there currently are on it. It applies to both SetMaterials and SetSharedMaterials.