Hi there,
I saw this bug in a recent Unity version as well. Currently I am using Unity v6000.0.17f1 Mac Silicon.
Code:
[SerializeField] private Color[] sunColors;
I tried using a list, but the result was the same. The bug doesn’t affect single color variables.
Is there a fix available for this bug?