Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TiledMapTileLayer cannot be cast to NavigationTiledMapLayer #24

Open
DarthYuber opened this issue Mar 15, 2022 · 0 comments
Open

TiledMapTileLayer cannot be cast to NavigationTiledMapLayer #24

DarthYuber opened this issue Mar 15, 2022 · 0 comments

Comments

@DarthYuber
Copy link

DarthYuber commented Mar 15, 2022

I did exactly what the guide said:

map = new NavTmxMapLoader().load("res/battlefield001.tmx",params);
navLayer = (NavigationTiledMapLayer) map.getLayers().get("navigation");

But then I get Exception in thread "LWJGL Application" java.lang.ClassCastException: com.badlogic.gdx.maps.tiled.TiledMapTileLayer cannot be cast to org.xguzm.pathfinding.gdxbridge.NavigationTiledMapLayer

I have used a navigation layer in Tiled etc.
What can I do?
Newest libgdx and tiled version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant