Hot to create the yard lines on a football field?

I’m trying to create a Unity football game, and I wanna know how do I create the yard lines on the field?

Well, once you have your grass shader working, you can modify the CG fragment program to blend the output color of the grass based on its world z position (-100 to 100) and vertex local y coordinate. Good luck…