Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

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.