We are developing Unity FPS game, and my question is what is the best way to collect items.
Should I pick it up and set it to it’s parent transform, or should I put already made models with custom positions to hand and activate them, when we pick up that same item?
My second question is where should I have camera? Right now I have it inside arm but I dont think that’s the best approach to it.