menu
 

在 Audiokinetic 社区问答论坛上,用户可对 Wwise 和 Strata 相关问题进行提问和解答。如需从 Audiokinetic 技术支持团队获取答复,请务必使用技术支持申请单页面。

0 投票

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

分类: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.

用户: Bernard R. (Audiokinetic) (35.8k 分)
Thanks! It works now!
...