Hi,
Working on a very long distance scene. I have objects with UI attached to them but as I move away, Line, Ellipse and TextBlock turn invisible. Is there a way to adjust their draw distance?
Hi,
Working on a very long distance scene. I have objects with UI attached to them but as I move away, Line, Ellipse and TextBlock turn invisible. Is there a way to adjust their draw distance?
Have you tried modifying your camera’s draw distance (camera.maxZ)? Depending on the range that you need, that might be a good place to start.