10491人加入学习
(62人评价)
AR系列教程 - Vuforia入门 ( Unity 2017.3 )

制作完成于2018-01-16

价格 免费

识别产生多个物体

定是销毁

[展开全文]

将特效加入的方法和生成寒冰特效一摸一样。

生成代码可以参考如下:

//生成血池
        GameObject e1 = GameObject.Instantiate (bloodprefab ,transform .position  ,Quaternion .identity  );
    //    bloodprefab .transform.position = this.transform.position;
        e1 .transform.parent = this.transform;

定时销毁代码:Destroy(e1,10.0f);

放于生成

[展开全文]

授课教师

SIKI学院老师

课程特色

图文(1)
下载资料(1)
视频(24)

学员动态