Unity Issue Tracker - IndexOutOfRangeException is thrown when right-clicking on Additional Shader Channels property in Canvas Inspector
Fixed
UUM-95785
IndexOutOfRangeException is thrown when right-clicking on Additional Shader Channels property in Canvas Inspector
Unity: Search
Fixed
6.2.X
6.1.X
Won't Fix
6.0.X
2022.3.X
2022.3.22f1 onwards
Bug is minor. Bug fix PR is quite large. It isn't worth backporting.
Reproduction steps:
1. Open the attached “CanvasError.zip” project
2. Open the “SampleScene”
3. Select the “Canvas” GameObject from the Hierarchy
4. In the Inspector, in the Canvas Component find the “Additional Shader Channels” property
5. Right-click on the property name
6. Observe the Console
Expected result: No exceptions are thrown
Actual result: “IndexOutOfRangeException: Index was outside the bounds of the array." is thrown