Search Issue Tracker
Fixed in 2022.3.5f1
Fixed in 2022.3.X, 2023.1.X, 2023.2.X, 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
- Adding available Nodes with longer names in Fragment Context window overflow Fragment Context window in Shader Graph
- "Layer Palette Profile" Asset is automatically applied to the second Terrain but doesn't load any layers
- "Terrain Tools" shortcut conflicts with the Overlays shortcut by default
- Longer Shader Graph Property Reference names breaks VFX Graph Output Particle Node
- Inconsistent hotkeys in the Terrain tool with the "Terrain Tools" installed and not installed
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.