So, let's say that I have three different sprites (blaa, blaa1 and blaa2) and I want to change the width/height of one of the objects by function.
Is there any way to find object by name and set it's, in this example, width and height to wanted value?
Right now, I always need to use if/else to check if object uid matches with any of the uid's for any of the objects. That function can get really big, really fast.