You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are you using a fresh uMMORPG2D version without any modifications? Yes
Describe the bug
When using Super Tiled2Unity to import a map from Tiled, it creates a polygon collider with multiple paths. The AddPolygonCollider2Ds method doesn't support polygon colliders with multiple paths. There are no errors, but the method only gets the list of "Points" which is only the first path. To Reproduce
Steps to reproduce the behavior, please explain every single click that is needed:
Open Unity Editor
Delete the existing maps
Import Super Tiled2Unity
Build a map with Tiled and save it in unity project. Be sure to include some colliders.
Drag the map prefab into the scene.
Bake the map and no walkable areas.
Expected behavior
Nav2d should handle polygons with multiple paths and should be able to bake them.
System (please complete the following information):
Operating System: Windows 10
Additional context
I know this is not necessarily related to uMMORPG, but Super Tiled2Unity is a common tool used to import maps from Tiled and Nav2d doesn't support the style of polygon collider it creates.
The text was updated successfully, but these errors were encountered:
Describe the bug
When using Super Tiled2Unity to import a map from Tiled, it creates a polygon collider with multiple paths. The AddPolygonCollider2Ds method doesn't support polygon colliders with multiple paths. There are no errors, but the method only gets the list of "Points" which is only the first path.
To Reproduce
Steps to reproduce the behavior, please explain every single click that is needed:
Expected behavior
Nav2d should handle polygons with multiple paths and should be able to bake them.
System (please complete the following information):
Additional context
I know this is not necessarily related to uMMORPG, but Super Tiled2Unity is a common tool used to import maps from Tiled and Nav2d doesn't support the style of polygon collider it creates.
The text was updated successfully, but these errors were encountered: