Like most devs, I’m trying to build my VR game to work on multiple platforms. My focus is on the Apple Vision Pro and Meta Quest. Before the AVP release, I’ve been using the Meta XR Audio SDK, which I like. I originally thought it would not work with the AVP and that I would have to design an audio system to handle different spatializers, but Meta’s seems to be working fine on the AVP so far.
My question is: Is this fine to use the Meta XR Audio SDK for all platforms that support it, or are there some unforeseen issues I’m not considering?
Also, non-Unity people can chime in if you have different ideas for how to implement audio spatializers in VR apps.
Note: I don’t know if this “best way” type of question is appropriate for this forum. Please delete my post if not.