I'm wondering what the easisest way of adding more colliders to the same sprite is. Because I need the sprite to have a bigger collider when colliding with a specific type of object.
I guess I need to create an other sprite and pin it to my object? I've tried that but when I attached it to my main sprite the main sprite stopped acting like an instance and all sprites with pinned collider sprides acted the same.
I would really appreciate an example of how to do this while preserving all sprites as instances :)