workadventure / workadventure

A collaborative web application (virtual office) presented as a 16-bit RPG video game
https://workadventu.re
4.18k stars 620 forks source link

Please help: pathfinding on right-click walk feature does not work on custom map #3424

Open d0nh opened 1 year ago

d0nh commented 1 year ago

So, I built a custom map for my company. Started with the little default "startup" house and expanded from there.

Unfortunately the right-click walk to position feature does not pathfind at all. Wokas will simply try to reach their goal in a straight line and get stuck on all kinds of obstacles (collisions layer). Is there anything I have to keep in mind while creating the map? On all demo / showcase maps by the WA team this works just fine. I placed no entities / tiles having their own collision, only used the collision layer and those blue blocks. I had that layer in a layers sub-directory, also tried moving it out of that an on top of all layers, but nothing did the trick.

Any help is greatly appreciated.

I'll mention @Waclaw-I and @moufmouf as you guys seem to be the specialists for this feature...

d0nh commented 1 year ago

1893 / #3357 / #1735 might be related in some way...