Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 HTC Vive 上使用 VRTK,按下控制器按钮我想禁用 Teleport,任何人都可以分享他们的经验。
问候,吉滕德拉。
要禁用传送,您有 2 个选项。
您可以Enable Teleport将目标标记(例如指针)上的标志设置为 false,然后每当您使用指针并单击选择按钮时,它将发出目标事件但传送器将忽略它。
Enable Teleport
或者您可以简单地禁用传送脚本,这样MyTeleportScript.enabled = false只会从场景中注销传送器。
MyTeleportScript.enabled = false