Units only moving to grid position 0,0

Console is clear and grid visuals are fine, but unit refuses to move to valid grid positions and only move to gridposition 0,0 (if it’s reachable). I’ve checked scripts more than twice, even copy-pasted from Codemonkey repository. Maybe something wrong in the Unity editor?

Can you share some of the code? MoveAction.cs would be a good start. and UnitActionSystem.cs

Add a Debug.Log to verify what position you are trying to move to, maybe you have an issue with the Mouse World Position code?

Privacy & Terms