Hi, I’m working on a scene and I added a texture as my skybox. Problem is the texture is 2048x2048 so it’s stretched and looks pretty bad, I noticed the game I took the texture from actually has the skybox texture repeated 2 times, the texture is seamless so it works well. I couldn’t find a way to have the texture repeat 2 times instead of only 1 time. I ended up doubling the texture in photoshop and it works fine but I’m still curious if there is a way to have the texture x2 in UE5. Thank you