Hey everyone, so I managed to get all the code correct but for some reason none of the white lines seem to be showing? What could of caused this?
Is that code running? Are you creating a new GridSystem? Add a Debug.Log to verify
Maybe you lifted your ground plane so the dashes are underneath? Try hiding it to see if the dashes are appearing behind
1 Like
If it is not what codeMonkey said and If it is not the code then make sure that the testing script is on the testing game object. Note: also check that the testing script is inheriting from monobehaviour.
1 Like
I had a similar problem and it was due to a Z-fighting issue with the ground plane hiding the gizmo lines. Set the Y co-ord of the Testing object to be 0.01 and they should appear, if everything else is correct.
1 Like
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.