BlackMATov / unity-flash-tools

Convert your flash animation for Unity easy!
MIT License
48 stars 9 forks source link

How to display SWF asset in canvas #4

Closed xinhua0228 closed 10 months ago

xinhua0228 commented 1 year ago

How to display SWF asset in canvas? thanks.

BlackMATov commented 1 year ago

Unfortunately, unity canvas elements only support one material per element, which prevents me from doing a good rendering of flash animations on the UI. In our game, we used sub-canvases with manual sorting layers for it. It was a bit dirty but worked.