Changing complex 2D prefabs pixels per unit

Into my 2D scene I imported a complete character prefab with animations, multiple sprites for various armor pieces, etc. The problem is that this prefab’s result’s dimensions are 512x512, which makes it gigantic compared to the default camera. Given the assumption that changing the camera scale (to fit the character in) into the 100s, and then adding a few 0s in every equation is not the best practice, is there a way to change pixels per unit for every visual piece of this prefab at once? Thanks.

@Cherno I’m not sure I understand your question either. However it turns out that the problem I was having was that for some reason the animation scale was set to the 100s. So even if I would scale the entire prefab down with the scale tool, whenever the animation played it would jump back to the 100s. Thanks anyways :slight_smile: