## Overview
The parameters of a User preset configured on an AudioReverbZone stop being applied correctly starting from the 2nd time (and onward) the user joins the world.
The AudioReverbZone itself is active and reverb is applied, but the reverb sounds as if different parameters are being used than the ones originally configured.
## Steps to Reproduce
  1. Prepare a world with an AudioReverbZone component that has arbitrary parameters set via a User preset.
  2. Join the world (1st time) → Reverb is applied correctly, matching the configured settings.
  3. Leave the world once, then join the same world again (2nd time onward).
  4. The AudioReverbZone is active and reverb is applied, but the sound is as if different parameters are being used than the ones originally configured.
A world for reproducing the above steps has been prepared.
An AudioReverbZone and an AudioSource are set up around the green cube in the world mentioned above.
When you use the white cube, it will overwrite the parameters of the AudioReverbZone that were set during the world upload.
## Expected Behavior
Even after rejoining, reverb should be applied with the parameter values matching the User preset configured on the AudioReverbZone.
## Workaround
  • After joining, if Udon re-overwrites the originally configured parameters, they return to the correct values at that moment.
  • However, if you rejoin after that, the same issue recurs.
  • The issue was not resolved unless the VRChat content cache was cleared.
## 概要
AudioReverbZoneに設定したUserプリセットのパラメータが、ワールドへの2回目以降のJoinから正しく適用されなくなります。
Reverb Zone自体は有効でリバーブはかかっていますが、本来設定した値とは異なるパラメータのリバーブがかかってしまいます。
## 再現手順
  1. AudioReverbZoneコンポーネントにUserプリセットで任意のパラメータを設定した物を配置したワールドを用意する
  2. ワールドにJoinする(1回目)→ 設定通りのリバーブが正常にかかっている
  3. 一度ワールドを離れ、再度同じワールドにJoinする(2回目以降)
  4. AudioReverbZoneは有効でリバーブはかかっているが、本来設定した値とは異なるパラメータの音になっている
上記の再現手順を実施するためのワールドを用意しました。
上記ワールドの緑のCube周辺にAudioReverbZoneとAudioSourceが設定されています。
白のCubeをUseすると、ワールドアップロード時に設定してあったAudioReverbZoneのパラメータに上書きします。
## 期待される動作
Joinし直しても、AudioReverbZoneに設定したUserプリセットの値通りのパラメータでリバーブが適用されること。
## 回避策
  • Join後、Udonで元々設定していたパラメータを再度上書きすると、その場では正常な値に戻ります。
  • しかし、その状態で再度Joinし直すと、同じ症状が再発します。
  • VRChatのコンテンツキャッシュを削除しない限り、症状は改善しませんでした。