🟥 项目配置方法
1️⃣ 添加相应模块
我们要实现的功能:
- 左手触摸到圆盘:显示曲线射线
- 左手圆盘键按下:传送到指定位置,同时视野有一个fade效果
完成如下设置:
- 添加模块: tilia.locomotors.teleporter.unity (传送模块)
- 添加物体: Indicators.ObjectPointers.Curved (手柄曲线)
- 添加物体: Locomotors.Teleporter.Instant (传送预设)
2️⃣ 配置相关属性
配置Locomotors.Teleporter.Instant:
配置 Indicators.ObjectPointers.Curved
3️⃣ 体验一下吧
现在即可体验一下效果了~
🟧 传送组件讲解
FollowSource: 跟随指定物体进行位移
ActivationAction: 根据指定事件进行激活 (在这儿激活了射线)
SelectionAction: 根据指定事件触发选择事件 (在这儿触发了Selected事件)
🟨 Locomotors.Teleporter.Dash : 缓动传送
它更平滑的移动到目的地,而不是像 Locomotors.Teleporter.Instant 瞬间移动.