4189人加入学习
(5人评价)
Unity版星露谷物语:一步步打造田园生活游戏

更新完成于2023年12月25日 使用Unity2023.1和VS2022

价格 免费

public float speed

float x = Input.GetAxisRaw(''Horizontal'');

float y = Input.GetAxisRaw(''Vertical'');

Vector2 direction = new Vector2(x,y);

transform.Translate(direction*speed*Time.deltaTime);

[展开全文]

授课教师

问问题加入A计划,有专门负责答疑的老师哦!!!

课程特色

下载资料(1)
视频(51)

学员动态