Hello,
For our model, we had to create three different AStar objects as they each represented a different floor. In order to do so, we had to create three different Walls objects, one for each floor.
However, when we visualize only floor 3, the walls on floor 3 do not appear. All 3 groups of walls appear only when floor 0 view is activated. Would you have any solution to this problem? Creating 3 different Walls objects was mandatory otherwise all the 3 AStar are considering all the walls.
Thank you !