Search Issue Tracker
Won't Fix
Votes
0
Found in [Package]
Issue ID
1252234
Regression
Yes
[Universal RP] Warnings "Property ... exceeds previous array size (256 vs 32). Cap to previous size."
steps to repro:
1. open a universal RP project (using 7.3.1 or below)
2. upgrade to URP 7.4.0
3. observe warning spam console when doing anything in scene view
Expected: no warnings after upgrade
Actual: warnings spam console after upgrade
Repro: 2019.3.15f1 + URP 7.4.0
No repro: 2019.3.15f1 + URP 7.3.1
Notes:
- similar to 1177998
- fixed by closing and opening editor
Comments (4)
-
Watanka
Jul 09, 2025 08:08
Issue still existing.
Open Unity 6.0, try to do an APV render for example and ...
Property (_TreeInstanceToWorld) exceeds previous array sizeRestarting Unity doesn't help AT ALL.
-
Katastorm
May 31, 2025 13:01
Same problem, such pain. For my procedural generation, i need to instanciate a lot of dynamic lights. I get spammed by
"Property (_AdditionalShadowParams) exceeds previous array size (766 vs 256). Cap to previous size. Restart Unity to recreate the arrays.
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)"And index out of range.
-
Foreman_Dev
Dec 05, 2024 23:54
This issue happens for me consistently too!
Whenever I switch target platforms I get:
```
Property (_AdditionalShadowParams) exceeds previous array size (256 vs 32). Cap to previous size. Restart Unity to recreate the arrays.
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)
``` -
dyamanoha_
Feb 06, 2024 21:09
This issue is happening for me consistently.
```
Property (_WorldPositions) exceeds previous array size (100 vs 3). Cap to previous size. Restart Unity to recreate the arra
```
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
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
Resolution Note:
This issue occurs rarely and is fixed by restarting the editor.