- Home /
Canvas Graphics raycaster, prevent 2d and 3d physic raycast
Hello. I add several UI Item such as Text, images and Buttons in a canvas for my Ui Game. now I want click event from a normal Transfrom Object. with Event Trigger Component and physic raycaster component ( 2d or 3d). but the problem is that click event or physic raycasting is not working in some Specific place in my Scene. for example if my object be in a (5,5) everything work but when i am in (0,5) doesn't work. So what can i do? my unity version is 4.6.0f3. is this a bug?
this is my canvas properties and this is my Object Properties.
and I also add physic and physic2d raycster to the man camera.
Comment