Issue with loading assets with texture

hi,
i have an issue with respect to the assets in the scene loaded. here game scene is loaded after the loading scene. but sometimes once game scene is loaded some of the portion looks black (texture doesn’t get updated there) .what can be an issue? actually is it possible to load a game scene without completely pre loading assets with textures?

this happens only on some devices.

1 Like

Is the texture loaded before the scene is loaded? If not, that could be the issue.

1 Like

actually its loaded before the scene. only some times this happens.

Hmm. Only time I’ve seen this is if a texture is unloaded during use, not fully loaded before use or if the asset fails to load :thinking:

Screenshot 2020-12-03 at 12.36.31 PM
this is what i get. but actually entire thing has to red( reference image 2) but in some devices portion of it looks black when the build is loaded for the first time. what can be an issue?
Screenshot 2020-12-03 at 12.53.14 PM
(reference image 2)

Can you share a project with this issue please? It’s really hard to even start to advise without looking at the setup/code etc.

1 Like

okay. i have messaged you the project link

What devices does this happen on?

in iphoneX

actually its loaded before the scene. only some times this happens.

Sorry, I’ve been unable to reproduce this on my iPhone XS. Not much we can do without a reproducible unfortunately.

oh. it’s okay. thanks for your time.