Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
SimoneMagagna's avatar
SimoneMagagna
Honored Guest
8 years ago

[Gear VR - Unity] Frame freeze when I print a new texture

Hi everyone,
I'm building a Gear VR app in Unity and when I download an image from web (with WWW constructor) and I print it in my scene, in an UI image or in an inverse sphere, for a second the frame of my view is blocked in a specific point and I see black all around. 
My version of Unity is 5.4.2f2-GVR13 and work with OVR Oculus Utilities for Unity 1.10.

2 Replies

Replies have been turned off for this discussion
  • Thank you!
    I want to apply a 4K 360 photo, taken from web, when I click a UI button. The size of every image is around 500/600 KB. Is it too much?
  • Anonymous's avatar
    Anonymous
    The image file size itself isn't the culprit for stalling the app, but rather the process that sends the image data (pixels) to the graphics memory. The larger the image is (in pixels) the longer it takes (stalls).