HungryProton / scatter

Godot engine addon to randomly fill an area with props or other scenes
MIT License
2.17k stars 96 forks source link

How to add NavigationObtacle3D from ScatterItem source scene #185

Closed MartinFretigne closed 9 months ago

MartinFretigne commented 9 months ago

Hello. Similar to how a collision shape can be created by the addon for the instantiated scenes, I would like to create a navigation obstacle (NavigationObstacle3D) for ScatterItems. I think this is not currently implemented, is that correct ?

MartinFretigne commented 9 months ago

I misunderstood the role of navigation obstacles. I will just rebake the nav mesh and that will do it. This issue can be closed.