因为比较急需所以想询问一下
这边正在利用GuitarUnity修改游戏
目前卡在极大的状况
希望按键从中间发射 到四个方向(上下左右)这样
http://i.imgur.com/GGtthrV.png
不过自己怎么试都无法改变位置 或是跑到莫名其妙的地方
找了那么久仅有知道在Script资料夹中的GuitarGameplay.cs这边
有下面这句可以控制整个发射的位置
protected void UpdateNotePosition( int index ){
Note note = Player.Song.Notes[ index ]
if ( note.Time < Player.GetCurrentBeat() + 6 ){
......
position.z = progress * GetGuitarNeckLength();
}
}
下礼拜就要奉上成果了 希望各位能指引一下(泪