rdeioris / UnrealOnRPI4

Running Unreal Engine 4 on RaspberryPI 4
124 stars 12 forks source link

Unreal 4.27.1 #8

Open mwpzq8 opened 2 years ago

mwpzq8 commented 2 years ago

Hi,

I tried to get it to work on Unreal 4.27.1 and everything works but some of the textures don't. I get this type of error for textures.

[2021.12.01-03.27.28:075][ 0]LogTexture: Error: Texture2D /Game/Mannequin/Character/Textures/T_UE4Logo_N.T_UE4Logo_N contains no miplevels! Please delete. (Format: 0)

I could have done something wrong but wondering if there is a simple change that you noticed for 4.27.1 if you have updated to it.

This is what it looks like, I applied the mannequin material to the ground also.

https://imgur.com/BMyqCsQ

Thanks! Mark

Here are the other texture errors

[2021.12.01-03.27.28:075][  0]LogTexture: Error: Texture2D /Game/Mannequin/Character/Textures/T_UE4Logo_N.T_UE4Logo_N contains no miplevels! Please delete. (Format: 0)
[2021.12.01-03.27.28:076][  0]LogTexture: Error: Texture2D /Game/Mannequin/Character/Textures/T_Male_N.T_Male_N contains no miplevels! Please delete. (Format: 0)
[2021.12.01-03.27.28:078][  0]LogTexture: Error: Texture2D /Game/Mannequin/Character/Materials/MaterialLayers/T_ML_Rubber_Blue_01_N.T_ML_Rubber_Blue_01_N contains no miplevels! Please delete. (Format: 0)
[2021.12.01-03.27.28:079][  0]LogTexture: Error: Texture2D /Game/Mannequin/Character/Materials/MaterialLayers/T_ML_Aluminum01_N.T_ML_Aluminum01_N contains no miplevels! Please delete. (Format: 0)
mwpzq8 commented 2 years ago

Also I had a question. For the first step to add Broadcom and then textures do you just make the changes to the UE4 engine code and then rebuild your project without rebuilding the engine? Or do you have to rebuild the UE4 engine and project? Also is there a reason why you can't make the Broadcom and textures changes at the same time to the engine code and then rebuild the project/UE4 engine once?

Thanks, Mark