Screen image not displaying
Hi,
I've just started to toy arround with Lens Studio and i'm having some issues with the ScreenImages.
If i place a ScreenImage nested in the hierarchy as a child greater than 2 the image is no longer been rendered on the preview screen or in the device but is rendered on the 2D Scene view.
Any help on how i can achieve this is much apreciated, i want to create complex UI controls for gaming and having more nested objects is a must for panels, scrolls, etc.
Here are some examples


Thanks!
How are you adding the screen images? It appears the screen transform is being set to all 0 for the bounds which means it has no render area. And when you resize these do the bounds update?
Hi, Julio Zabre !
It's really inconvenient but by default Screen Image is being placed to coordinate -40 by z with respect to the parent.
That's why you quickly get out from the camera render range. To fix this please do next:
1. Go to Advanced tab.
2. Find Basic Transform block and change z position to smaller value or even a 0.
Hi Olha,
Nice, that did the trick!!
The best part is that i can revert to basic mode after changing the value!
Thanks!