Skip to content

Change Grid Size at Runtime? #18

@Mashimaro7

Description

@Mashimaro7

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions