#How can I check if something is visible on screen?
5 messages · Page 1 of 1 (latest)
Algorithmically-computed indication of whether an entity is visible and should be extracted for rendering.
Will ViewVisibility work for things occluded by other objects? Doesn't it only indicate it is within any on the views of any camera?
Good question and something I would like to know as well :)
Nope, if you want that level of detail you would either need to make something custom or use occlusion culling and writeback visibility.