在Unity中有没有快速调试手机振动的方法?

Is there a fast way to debug mobile vibrations in Unity?

我正在尝试快速预览和迭代我通过 Unity3D 制作的不同 Android 振动。目前,我知道如何成功做到这一点的唯一方法是每次都构建项目。这真的很乏味,需要很长时间。有什么方法可以快速测试不同的振动?

我试过使用 UnityRemote,它非常适合快速调试所有 Android 相关 除了 振动。振动在 Unity Remote 中不起作用,因为它是 Unity 播放器的镜像。

除了 Unity Remote 应用程序之外,没有其他方法可以绕过 Unity 的构建过程。我会尝试在单个构建中放置尽可能多的 Android 振动,并制作一个界面来测试它们。