Quick question! I develop a C# framework that is open source, and I was working on including spine animations as one of the ready-to-go graphic types. However, I'm unsure if I'm allowed to do this according to the licensing. I was using the C# runtime, but I've since removed it because it looks like you're not allowed to use the runtime unless you've purchased Spine... so there's no way for me to know if anyone using my framework has Spine, so it looks like I can't include any built in Spine support at all.
Am I understanding this correctly? Is there no way for me to include a Spine animation renderer in my framework for people to use if they don't actually own Spine? If that is the case, are there any alternative solutions for this?
Thanks!