oddgames / UIToolkit

Single draw call UI solution for Unity with multi resolution support and more.
518 stars 153 forks source link

UISprite's setSpriteImage doesn't work #149

Open Crushy opened 11 years ago

Crushy commented 11 years ago

You can easily check this by changing a UIButton's sprite and clicking on it. The sprite gets reset to the original image sent on the create method.

Calling

    uvFrame = manager.uvRectForFilename( filename );

by itself doesn't work either.