cancel
Showing results for 
Search instead for 
Did you mean: 

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

SimoneMagagna
Honored Guest
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 2

SimoneMagagna
Honored Guest
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
Not applicable
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).