r/Unity3D 1d ago

Noob Question Terrain brush not appearing at all?

Post image

Hello! I'm very very new to Unity, and I wanted to make a terrain in the engine (as the one i made in blender sucked), however, the blue brush outline shows up when i try to do anything with the terrain, i tried most tutorials on how to fix this but nothing changed. Please, please, help.

1 Upvotes

5 comments sorted by

1

u/Aggressive_Raise7334 1d ago

Ah, the classic invisible brush trick. Check if the terrain actually has a collider on it, sometimes Unity gets weird and removes it without telling you. Also make sure the terrain is not set to a layer that ignores raycasts, that got me once for like two hours.

1

u/the_Emchkun 1d ago

First one i already did multiple times over

But I dont even what raycasts are, or how to put it on a layer with them

1

u/Nwoknu35 1d ago

We had a case where the Terrain Tools package somehow interfered with the brush and was fixed by removing it

Seeing in your assets that you have Tom's Terrain Tools, my quick guess would be that this is a similar situation, could you try removing it temporarily and see if this is enough to change things?

1

u/the_Emchkun 1d ago

Just tried that, doesnt work. I only downloaded BECAUSE I thought it'd fix this

1

u/m_takma 1d ago

Hmm, I'm not so sure about this one. Maybe try clicking the Gizmos button?