Specific texturing

im going to make this quick and painless, alls i need to know is how i can succesfully implement something like a custom design of a tile floor in a kitchen, what do i have to use to bring something like that into my game, im guessing a 3rd party software is needed so if anyone has any recommendations that would be great.

Hi Dave,

Yep, you’re going to need some image editing software to create a custom image design (otherwise known as a “texture”).

Adobe Photoshop is a great tool, but is relatively expensive. GIMP is also meant to be good, and is free.

Once you’ve created an image in one of these tools, save it into the Assets folder of your Unity3D project, and it will show up in the Project pane. You can then drag it onto an object.

Good luck!

– Richard