matthiasbroske / ProximityChat-UnityPackage

Proximity voice chat for Unity using FMOD, compatible with Netcode for GameObjects
MIT License
15 stars 2 forks source link

Studio Voice Event Instance volume problems #5

Open PapperoniHD opened 1 week ago

PapperoniHD commented 1 week ago

I first thought this was because the instance wasn't attaching properly to the transform, but after some testing it seems like the voice chat emitter volume is decreasing the further away from spawn (0,0,0) the player goes? It also increases when going back to spawn. Doesn't seem to be because of the spatializer because the same thing happens without one. Does anyone know what might be causing this?

PapperoniHD commented 1 week ago

Core seems to work properly, only a issue with Studio Event Emitter

PapperoniHD commented 6 days ago

Actually seems like the sound event isn't attaching properly on studio, I've tried fixing this but no result