Width, Depth problem

If i create like this, it works fine. But if i change width and depth for example 50 - 42, problems occur in the movement system. How can I grow my grid properly?

Hi

I’d need more details to be able to help you

Okay let me explain.

I am changing click position in TargetMover.cs.

What I want is to make my current grid larger and reduce the cells to 0.5. However, when I enlarge the grid, a problem occurs in the movement mechanics. I still have problems when I do not change the target position value.

image

The values ​​I used in the image above

image

Hi

I still don’t know what the problem is that you are describing.

I can share my screen if you using discord

Okay i changed my system but i have issue again.
I am using Hexagonal grid now. And there is my grid settings
image

Now, If I move vertically, it goes diagonally, that’s nice.

image

If I go horizontally, it goes in a straight line, I want it to go diagonally.

image

What should i do?