I’m doing a terrain. but i’m limited by the texture size. (of 2048x2048)
so i found a method : i create a huge terrain and I paint on it with different textures. but i don’t find where to make customizable brushes for the terrain. i would like to make squared brushes of 1000x1000.
If somone can help me it would be grateful for me. i someone have an other method for having terrains with a high quality texturing is welcome.
thanks.
There is a way to get in to unity’s files and there you’ll find the brushes which you can edit. Not sure how to do that at the moment but i’ll get back to you!
On Windows: Save out your PNG with a transparent background (alpha) to a folder called “Gizmos” in the Assets folder of your project - so the directory structure is /Assets/Gizmos. Name your PNG’s brush_0.png, brush_1.png, etc. If the new brushes don’t show up in the Terrain Palette, restart Unity and they should show up. Works like a charm
Hey, I have a mac but I can’t get it to work either. I’ve tried a lot of things and followed all of the directions. Perhaps a more in-depth explanation. I have Unity 3.4.1 Free.
Anyone having trouble with this method?
I’ve saved my transparent .png files named brush_101, brush_102 etc to the Assets/Gizmos/ folder, restarted Unity a number of times, but the custom brushes never show up in the Brushes window of the terrain.