Colision betwen Image and 3d object

Hi guys , i can’t detect the colision betwen 2 object. 1st object is an image ( an apple ) the 2nd is a cube (the terrain) i have atach a collider to the image one to the cube and a rigidebody to the image . Im trying to print something in the console when there is a colision but the apple just go trough the cube and nothing happens? Now i’m asking myself if it is possible colision betwen 2d object and 3d object? Or it doesn’t work because i don’t have any mesh on the cube ( yeah the cube is transparent when i play but it exist)

You can not detect collisions between 2D and 3D objects. You can fake it

For example you and add a Box Collider to the apple and flatten it.