- Изменено
Spine as UI
Hi, i've been trying to get spine to be on top of UI and still have not found the best way. Can you please let me know the steps to implement spine animations as a UI? I have them exported as binary files and imported into Unity. I also have already installed the Spine to Unity runtime package.
Thanks in advance
To adding a skeleton to a scene as a Unity UI object, please use the SkeletonGraphic
component:
spine-unity Runtime Documentation: Adding a Skeleton to a Scene
spine-unity Runtime Documentation: SkeletonGraphic Component
You can examine the example scene Spine Examples/Getting Started/6 Skeleton Graphic
for basic usage. The following video briefly describes that scene starting at 15:56.