麻豆小视频在线观看_中文黄色一级片_久久久成人精品_成片免费观看视频大全_午夜精品久久久久久久99热浪潮_成人一区二区三区四区

首頁 > 應用 > 應用軟件 > 正文

Unity3D 沖鋒效果、角色拖尾效果

2024-07-16 17:46:18
字體:
來源:轉載
供稿:網友

《魔獸世界》,本人最喜歡的網絡游戲,如果你玩過戰士,你一定對戰士的沖鋒非常熟悉,現在接觸 Unity3D,因為最近用到了刀光、拖尾特效,所以就想做一個類似戰士的沖鋒效果,在本場景用到的拖尾效果可以查看我的另一篇文章,里面有詳細的介紹,刀光效果來自 Unity3D Assets 商店,只是把原作者的例子代碼整理了一下,變得非常簡單實用的類。

最終效果如下:

先來搭建我們的場景,如圖:

然后給角色的模型添加一個空對象,并且加上 MeshRender,并且設置好材質為 WeaponTrail,另外給這個空對象添加 WeaponTrail.cs 對象,設置好相關屬性,如圖:

下面的代碼是修改另一篇文章的 TrailsBladeMaster.cs 類,新的代碼如下:


復制代碼代碼如下:
using UnityEngine;
using System.Collections;
using System.Collections.Generic;
[AddComponentMenu("PocketRPG/Blade Master")]
public class TrailsBladeMaster : MonoBehaviour
{
/// <summary>
/// 拖尾效果
/// </summary>
public WeaponTrail weaponSwipe;
public AnimationClip idleClip;
public AnimationClip runClip;
/// <summary>
/// 移動速度
/// </summary>
public float speed = 20.0f;
public Camera mainCamera;
private Animation animation;
protected TrailsAnimationController animationController;
protected CharacterController characterController;
/// <summary>
/// 運行狀態
/// </summary>
private bool isMoving = false;
/// <summary>
/// 目標位置
/// </summary>
private Vector3 targetPosition;
/// <summary>
/// 移動向量
/// </summary>
private Vector3 moveDirection;
protected void Awake ()
{
this.animation = this.GetComponent<Animation> ();
this.animationController = this.GetComponent<TrailsAnimationController> ();
this.characterController = this.GetComponent<CharacterController> ();
this.animation.CrossFade (this.idleClip.name);
}
protected void Start ()
{
if (this.weaponSwipe != null) this.animationController.AddTrail (this.weaponSwipe);
}
protected void Update ()
{
if (!this.isMoving && Input.GetMouseButtonDown(0))
{
this.targetPosition = this.GetWorldPosition();
if(this.targetPosition != Vector3.zero)
{
this.isMoving = true;
this.moveDirection = (this.targetPosition - this.transform.position).normalized * this.speed;
this.transform.rotation = Quaternion.LookRotation(new Vector3(this.moveDirection.x, 0f, this.moveDirection.z));
發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 看免费一级毛片 | 久久免费视频在线 | 一区二区久久精品66国产精品 | 原来神马影院手机版免费 | 日日噜噜噜噜久久久精品毛片 | 茄子福利视频 | 久久国产精品二区 | 国产一区二区三区影视 | 国产一级免费在线视频 | 日韩精品中文字幕在线观看 | 撅高 自己扒开 调教 | 国产精品久久久久久久久久10秀 | 色的综合 | 黑人一区二区 | 免费a观看 | 韩国精品久久久 | 欧美 中文字幕 | 久久久一区二区三区精品 | 精品在线视频播放 | 高清一区二区在线观看 | 成人国产视频在线观看 | 视频国产一区二区 | 久久91久久久久麻豆精品 | 国产资源在线免费观看 | 欧美大荫蒂xxx | 91av亚洲 | 国内精品国产三级国产a久久 | 在线播放视频一区二区 | 国产成年人在线观看 | 成人毛片网站 | 高清中文字幕在线 | www.成人在线 | 毛片在线视频观看 | 一级色毛片 | 91精品国产九九九久久久亚洲 | 国产亚洲精品网站 | av在线免费看网站 | 中文字幕一区二区三区四区 | 日本a∨精品中文字幕在线 欧美1—12sexvideos | 久久欧美亚洲另类专区91大神 | 久久区二区 |