junkdog / artemis-odb

A continuation of the popular Artemis ECS framework
BSD 2-Clause "Simplified" License
779 stars 112 forks source link

WorldSerializationManager is gone? #450

Closed agrock86 closed 8 years ago

agrock86 commented 8 years ago

By using

compile "net.onedaybeard.artemis:artemis-odb:2.0.0" compile "net.onedaybeard.artemis:artemis-odb-serializer-json-libgdx:1.3.1"

instead of

compile "net.onedaybeard.artemis:artemis-odb:1.4.0" compile "net.onedaybeard.artemis:artemis-odb-serializer-json-libgdx:1.3.1"

I get many new classes, but WorldSerializationManager and SaveFileFormat are is missing from their respective packages. Should I move to new classes or it's a release error?

piotr-j commented 8 years ago

You probably should be using same version for both.

agrock86 commented 8 years ago

you are right! using 2.0.0 for both references made the trick. Thanks