cesium-unreal icon indicating copy to clipboard operation
cesium-unreal copied to clipboard

Reimport 1x1 textures as 4x4

Open joseph-kaile opened this issue 1 year ago • 2 comments

The tile sets are black in 5.3 iOS for some unknown reason. Resizing the 1x1 textures to 4x4 textures makes the issue go away.

joseph-kaile avatar Sep 22 '23 20:09 joseph-kaile

Fix seems to relate to https://github.com/CesiumGS/cesium-unreal/issues/1391

... although nothing in the Unreal docs explicitly say that 1x1 textures are to be avoided... https://docs.unrealengine.com/4.27/en-US/RenderingAndGraphics/Textures/SupportAndSettings/

image

csciguy8 avatar Apr 17 '24 19:04 csciguy8

Reverted my code changes, it's a lot easier to just get this in with just the asset changes than to rename the assets, rename their usage in the code, make sure other assets still point to it correctly, etc... and I don't think the name transparent1x1 is really going to cause that much confusion.

azrogers avatar Apr 17 '24 21:04 azrogers