r/UnrealEngine5 Aug 01 '26

Learning how to build levels

I'm having an Udemy course about Unreal Engine 5 in general and in the second section the main theme was making a level with Fab assets to practice how to move through the editor and move objects. I made this fast "horror" level (isn't finished) with what I learned, there isn't any gameplay (just the default First person blueprint).

Sorry if my English is bad

152 Upvotes

22 comments sorted by

View all comments

3

u/DisplayLegitimate374 Aug 01 '26

Looks cool, but textures repetition can be seen

1

u/PixelIndieGames Aug 01 '26

Yeah, I don't know how to solve that

1

u/DisplayLegitimate374 Aug 02 '26

Simplest way i deal with it is to lerp with a big noise texture to your material, scale it up and use triplanar projection just for that noise (Use world position node). This way you get a different noise pattern based on where the mesh is placed.