I am trying to make a 3d on rail arcade light gun game like time crisis my hope was to use sprites for the enemies but when i shoot them i hurt them even if i hit the transparent parts of the sprite I had hoped collision masks would work with billboard sprite but apparently not
Try using 3Dbox for the enemy behavior, colision, and everything and the 3D sprite for visuals only, put it on the 3D box Center position, (you can also link two objects so each sprite have its own box, or use variables for that so sprites and objects with the same value are in the same family)
i guess that is it, tell me if you didn’t understood something i said