Textures on ios safari

I don’t think so as your texture is just an image as far as I can tell

I can’t reproduce the issue locally here. Is that grey box a sprite or an UI element?

Did you manage to access console logs on device using the libraries/tools mentioned above?

Sometimes it’s a ui, sometimes it’s a sprites.


But on androids all ok, I didn’t have a time earler, I will look in console on this week

On your screen it’s a sprite, what not loaded, on secobd run it’s must be a green circle

And when we run it from playcanvas launch, we don’t have this problem

The grey image is the default texture in the UI element IIRC.

It could be due to a resource that fails to load (eg a network error). Getting the console logs when it happens would REALLY help.

What number is in network retries in project settings?

If 0, try making it 5 and see if that helps?

2 Likes

It’s really help! Thank you!