Hey guys, I’m pretty new to unity and I’ve been messing around with the terrain feature, and have been slowly getting better at it. So I decided I wanted to make my own grass, but I have a couple questions about it. First, what size canvas do I use to make the grass? And second how do I start making the grass in photoshop? Do I just bring up the canvas an start painting lines or is there a better way to do so? Any help would be much appreciated thanks!
For your first question. Unity simply takes a texture, regardless of size. I would reccommend a canvas size of 256x256 or higher. Smaller textures usually look weird on grass, but it’s really up to you, just remember to have an alpha/transparency channel (Simply use PNG’s) otherwise your grass will not look like you’d expect.
Second question. Yes. Treat it as any other texture you would make. Look at how Unity does it, open their grass texture and use that as a guide to how to paint grass.
Thank you this will help a lot! I appreciate it for answering so quickly.