• Runtimes
  • Running into compiler errors when i update Libgdxruntime

Related Discussions
...

Maybe this is because I am just using the stable 0.9.8, but for example the line here:

https://github.com/EsotericSoftware/spi ... .java#L450

Throws an error because color#add doesn't except 4 floats, but another color object.

Other examples would be with com.badlogic.gdx.utils.JsonValue. That class does not resolve. The JsonReader in the same package does for example, but that does not.

Just trying to find out if I am missing something key here. Thanks!

You'll need to use the latest libgdx. Spine is cutting edge stuff. 😉 libgdx is near a new release, so you are way out of date.

Ah I figured. Wouldn't be the first time I've used the cutting edge 🙂.