游戏实例分析

Roket Smash Template

2018-11-12  本文已影响0人  voif

原始地址
https://assetstore.unity.com/packages/templates/tutorials/rocket-smash-template-50611

游戏简介
火箭自动前移,玩家通过左右移动躲避陨石,获取道具,移动的越远分数越高

--提出问题
关卡是如何创建的
火箭移动是如何控制的
数据是如何保存的
吃到道具后,火箭飞天加速减速是怎么实现的
ui是怎么管理的
音效是怎么控制的

--工程分析
game play
game input mobile and pc
cross plaform input
level:create barrier and props

resource management
simple prefab pooling

data
score
way:PlayerPrefs

ui
game entry
dialog
set active to show or hide

fx
sky box
motion blur post processing
explode particule system
get props

audio
逐渐变强的音效: set audio source pitch

practice experience
use trigger to get where roket arrive then create new road

看点:
物理引擎使用
高音控制
运动模糊

上一篇下一篇

猜你喜欢

热点阅读