Search Unity

  1. Unity Asset Manager is now available in public beta. Try it out now and join the conversation here in the forums.
    Dismiss Notice

Match3 Changing GridConfiguration Width/Height

Discussion in 'Project Tiny' started by dimitrimarshall2013, Sep 1, 2019.

  1. dimitrimarshall2013

    dimitrimarshall2013

    Joined:
    Aug 24, 2019
    Posts:
    1
    Trying to figure out how to resize the grid into:
    Width=7
    Height=5

    The issue seems to be that, when Width > Height, the level will not load.

    I've tested with different sizes with success (ex. 8x8, 8x9).

    I've searched throughout the code and I cannot figure out why this won't work.

    Full disclosure, I'm very new to Unity and Typescript.

    Any help is appreciated! Thanks!