Creating a realistic wall in Unity

When we create a giant wall in Unreal Engine, we select a cube from brush, a wall material from Starting Assets, and we get something like this:

On the other hand, when I try something similar in Unity - I take the Cube and scale into 10x10x1, I either get giant scaled wall, or really ugly repetitive object:

I failed to find how to create realistic wall - I guess the problem lies in tiling and non-procedural materials. Also I guess it’s very popular problem, because in many low-budget Unity games we have just plane wall material instead of some interesting textures. Should I model walls with materials in Blender or Maya? Or is there some mechanism inside Unity or free asset from Asset Store?

Correct. Unity default objects do not scale UVs, and there is no method within the vanilla Unity engine to generate geometry like some other engines have.

One way is to model everything separately in maya. That’s what I did for a long time.

However, there is one asset on the store that does exactly what you want. It’s a bit pricey, but I bought it a while back and it’s really well done. It’s called ProBuilder, check it out here. (I didn’t work on it or anything, I just think it’s a great tool). If you’re on the fence, read the many positive reviews it has.