You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue:
When displaying a large grid of blocks an individual cell enables clipping for excess text
Individual cells boundaries are based off of the clipping area and ignore parent boundary status.
This causes the grid with cells to load all clipping enabled cells to load textures, ignoring boundaries.
With the test page:
Expected texture usage:
Current result:
All textures of the cells are loaded, even though the majority of the cells are not within the visible area.
The text was updated successfully, but these errors were encountered:
Issue:
When displaying a large grid of blocks an individual cell enables clipping for excess text
Individual cells boundaries are based off of the clipping area and ignore parent boundary status.
This causes the grid with cells to load all clipping enabled cells to load textures, ignoring boundaries.
With the test page:
Expected texture usage:
Current result:
All textures of the cells are loaded, even though the majority of the cells are not within the visible area.
The text was updated successfully, but these errors were encountered: