Hi !
I'm trying to create a 4-star review UI and depending on the number of stars, I display either the empty star image or the full star image. Therefore I change the TextureRect.texture property via the code but it does not work.
In the following screenshot, you can see the code and the debugger showing the images preloaded

In this one you can see the content the debugger that display an empty texture.

What is going on? Am I doing something wrong?