因為比較急需所以想詢問一下
這邊正在利用GuitarUnity修改遊戲
目前卡在極大的狀況
希望按鍵從中間發射 到四個方向(上下左右)這樣
![]()
不過自己怎麼試都無法改變位置 或是跑到莫名其妙的地方
找了那麼久僅有知道在Script資料夾中的GuitarGameplay.cs這邊
有下面這句可以控制整個發射的位置
protected void UpdateNotePosition( int index ){
Note note = Player.Song.Notes[ index ]
if ( note.Time < Player.GetCurrentBeat() + 6 ){
......
position.z = progress * GetGuitarNeckLength();
}
}
下禮拜就要奉上成果了 希望各位能指引一下(淚