-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
I'm basically just using this class so i can view the grid at runtime, it's a puzzle game, the grids can be 3x3, 4x4, 5x5 etc. It's not a huge deal if i can't change this at run time, but is there any way to do it? I tried
numberSpotGrid.GridSize.Set(gridSize, gridSize);
But it's not doing anything. Even if i set gridSize to 5 it stays whatever it was set before. There's no errors, and i'm 100% sure it's being called.
Thanks
Metadata
Metadata
Assignees
Labels
No labels