So, I am using Camera.main.ScreenPointToRay(Input.mousePosition); in order to pick up our objects from the floor.
When I switch to fullscreen in webplayer, our raycasts get messed up, for example right now it reacts when I click near the object (to the left of it), but not directly on it.
Not sure how to prevent this from happening and make the raycasts work as they should in that mode.
Any ideas?