2D Toolkit Forum
2D Toolkit => Support => Topic started by: vicenterusso on September 29, 2014, 04:38:46 pm
-
How does the unity`s OnMouseOver is affect with Camera Clipping Plane when working with a tk2dsprite?
My camera was near: -100 far :100
Objects (sprites) at middle position wasnt affect by OnMouseOver/Exit. I changed to near:0 far: 30. Problem solved. Whats the deal?
-
What camera are you using, and is the collider intersecting with it? It could possibly be a bug as well, I've never tested with OnMouseOver.