Spine Animation in Screenspace GUI

Hi fellow devs,

Short question: Is it possible to display a Spine animation within a screenspace GUI?

Any hint appreciated.

Rene

Not that I’m aware of unfortunately.

Edit: You could render to a texture and use that texture in the UI if you can take the performance hit?

Hi @yaustar

That’s actually a neat idea. We are trying this as a workaround. The only problem is that I don’t know how to set the background of the camera to “transparent” -.-

Try changing the clear colour of the camera so that the alpha is 0

@yaustar It still renders the color at full opacity ;(

@yaustar I ended up writing a camera space GUI: Scale Mode "Blend" for Camera Space (World Space) Screen