模拟老虎机的运行效果
🗒️模拟老虎机的运行效果
技术分享|2025-3-4|最后更新: 2025-3-19
type
status
date
slug
summary
tags
category
icon
password

需求说明:

  • 通过技术手段实现老虎机的转动停止效果

解决方案:

  • 使用DOTween结合Mask来实现滚动效果。每次滚动实际上是在上方创造一个UI副本,UI和副本移动到指定位置后循环播放动画,达成滚动效果,最后增添回滚效果
  • 同时使用协程运行动画,防止逻辑执行抢先

效果展示:

 
notion image

核心方法展示:

挑战关卡的资源平衡基于MasterAudio的音频管理
Loading...