menu
版本
2024.1.1.8691
2024.1.1.8691
2023.1.9.8628
2022.1.18.8567
2021.1.14.8108
2019.2.15.7667
2019.1.11.7296
2018.1.11.6987
2017.2.10.6745
2017.1.9.6501
2016.2.6.6153
2015.1.9.5624
2024.1.1.8691
2023.1.9.8628
2022.1.18.8567
2021.1.14.8108
2019.2.15.7667
2019.1.11.7296
2018.1.11.6987
2017.2.10.6745
2017.1.9.6501
2016.2.6.6153
2015.1.9.5624
A Portal must connect rooms that belong to separate Room hierarchies. Room hierarchies are created with
AK::SpatialAudio::SetReverbZone
, which creates parent-child relationships between rooms.
推荐的解决步骤:
分析游戏执行的 API 调用:打开 Profiler Settings (Alt-G),并启用 API Calls(API 调用)。Retest your scenario and check the parameters given to the function before this error occurred.
Ensure that the Rooms specified with
AkPortalParams::FrontRoom
and
AkPortalParams::BackRoom
passed to
AK::SpatialAudio::SetPortal
do not share the same parent, and are not in the same hierarchy of Rooms created by Reverb Zones.
AK::SpatialAudio::SetReverbZone
must not create a parent-child or sibling relationship between rooms that are already connected by a portal.