Oftentimes, when attempting to lay out a grid or triangle, the function silently fails because the scene is not large enough to accommodate the cards.
Two possible solutions
- Create a UI notification explaining that the canvas is not large enough, ideally with a recommended size if possible
- Automatically scale the card sizes to the scene size
Oftentimes, when attempting to lay out a grid or triangle, the function silently fails because the scene is not large enough to accommodate the cards.
Two possible solutions