Question by
ACurlyNinja · Nov 29, 2015 at 09:50 AM ·
unity 5trigger
Find GameObject at Position even if the GameObject is a trigger.
I've got a game object that is a trigger and I want to check is there is no trigger below it. An example would be like this:
[trigger]
[trigger]
[no game object] <- return true
[trigger]
[no game object] <- return true
[no game object] <- return true
[trigger]
[trigger]
[trigger]
[no game object] <- return true
Comment