Hello, i have some trouble with sprite2D, i have 3 diferents images with diferents sizes, i need to make the 3 images to the same size, im using
Sprite2D* test = cache->GetResource(“Urho2D/album.jpg”);
to load the image but i can access to the image to resize, any ideas how i can do it?