Audiokinetic의 커뮤니티 Q&A는 사용자가 Wwise와 Strata 커뮤니티 내에서 서로 질문과 답변을 하는 포럼입니다. Audiokinetic의 기술 지원팀에게 문의하고 싶으신 경우 지원 티켓 페이지를 사용해주세요.

如何开启新的CPU Profiler视图

0 투표

这篇博客(博客 | Audiokinetic)中说Authoring Tools有一个新的CPU Profiler的Timing试图,需要特殊的设置才能开启,请问这个配置应该怎么开启呢?

문의 2023 1월 11 General Discussion John Y. (110 포인트) 로 부터

1 답변

+1 투표
  • Shutdown all instances of Wwise (important)
  • Edit the file:
    • WINDOWS: %APPDATA%\Audiokinetinc\Wwise\Wwise.wsettings
    • MAC: $HOME/Library/Application Support/Audiokinetic/Wwise/Wwise.wsettings
  • Add the following line along with other properties:
    <Property Name="Game Profiler\EnableCpuTimeline" Type="bool" Value="True"/>
  • Save
  • Restart Wwise

Important: this feature is intended for advanced and technical users. Prior experience and familiarity with other CPU profilers is strongly recommended.This feature is experimental and not documented, is use-at-your-own-risk (e.g. if you run into problems, you can let us know, but don't expect a prioritized response) Some of the information may be very obscure without in-depth, familiarity of the Wwise runtime.

답변 2023 1월 11 Bernard R. (Audiokinetic) (35,110 포인트) 로 부터
Thanks! It works now!
...