#How can I check if something is visible on screen?

5 messages · Page 1 of 1 (latest)

solar oyster
#

I’m working on a horror game for a gamejam but I honestly have no clue how to see if something is visible on the screen. Anyone know how I could do that?

primal dirge
blissful onyx
#

Will ViewVisibility work for things occluded by other objects? Doesn't it only indicate it is within any on the views of any camera?

solar oyster
#

Good question and something I would like to know as well :)

primal dirge
#

Nope, if you want that level of detail you would either need to make something custom or use occlusion culling and writeback visibility.