Comments

Log in with itch.io to leave a comment.

(1 edit)

PSA - this doesn't work with the new versions of Unity.

(+1)

Would you be able to update the README file to include instructions on how to remove the pinch zoom and camera pan? Because at the moment when trying to click and drag to fill in multiple squares it's just dragging the image around and having to click each individual tile is noisy and annoying.

I'm also having trouble getting my own images into the game, I've saved them as black and white PNGs with no transparency, they're both only 5x5 pixels, and I've set the image properties in the inspector to match the example in the README but the game just sits on the loading screen.

If you want to disable zooming, comment out its code in the "SetZoom" function in the "PinchZoom.cs" file. To prevent the camera from moving, also comment out its code in the "PinchZoom.cs" file in the "Move" function.

Regarding uploading your images, are there errors in the log?

Hello! Thanks for your response, commenting out the sections of code worked, but it still won't allow me to fill multiple squares by clicking and dragging.

And Unity had somehow cleared the build settings, I just had to re-add the menu and game scenes to get it to work. 

The selection of cells occurs in the "Game.cs" file in the "UpdMous ()" function, the "IsMoveClick" variable is responsible for the fact that the movement is in progress.

And the fact that the unit cleared the settings is very unusual.