How can I change the texture width/height but without any scaling of the texture in it? Basically, I just want to "cut" my sprite texture.   If I update the 'width' or 'height' property, this will change the scaling. If I change the '_width' or '_height', it won't change anything :/       //edit: Hmm it seems I can achieve it by modifying the texture instead of the sprite.. The issue is that it will definitely altered the texture so if others sprites use the same texture, it won't work as expect