microsoft / ProjectAcoustics

Microsoft Project Acoustics
https://aka.ms/acoustics
Creative Commons Attribution 4.0 International
142 stars 22 forks source link

Roadmap to support multiple probe density settings for navmeshes #144

Open AndersMalmgren opened 1 year ago

AndersMalmgren commented 1 year ago

Hi, hope all is well with the team :)

I'm just checking in on the progress we talked about earlier about supporting probe spacing setting per navmesh instead of per scene. I have successfully created a editor script that in Unity analyses our navmesh and output two new navmeshes. One containing flat terrain surfaces and one containing the rest like indoor parts and terrain with non flat terrain.

But its a bit of waste of work until PA let me use more than one navmesh for a calculation and bake :) I have tried to calculate twice and tried to merge the two xmls but it just outputs a ton of error when I try to bake it.

MikeChemi commented 1 year ago

Hi, Anders! Always good to hear from you :)

Unfortunately, we haven't done anything here yet, and I don't have any ETA to share on when you could expect support for this.

I'm not too surprised to hear your merged XML failed to bake. I suspect the two voxel boxes were different across the different calculate steps, which makes the stuff inside the XML incompatible.

AndersMalmgren commented 1 year ago

I just want to recommend not implementing the volume approach you have for unreal. Separate navmeshes would be a much better workflow :)

Hope you guys can get it running would mean alot to us that are running larger maps with Project Acoustics. Thanks.