GeorgiyRyaposov
Results
1
comments of
GeorgiyRyaposov
Here is solution how to convert coordinates from Unity Cell (GridLayout.WorldToCell) to Cube and backwards: ```cs private List GetNeighbors(Vector3Int unityCell, int range) { var centerCubePos = UnityCellToCube(unityCell); var result =...