Unity Fungus Tutorial:
How To Play Voice and Display Dialog In The Same Time With Fungus Plug-in in Unity
開新專案
Open a New Project
Ctrl+ 9 開啟資源商店 ,輸入Fungus下載這個插件 插件網址
Ctrl+9 Open asset store and search Fungus plugin to install
1.必備一個舞台
There must be a Stage
Tools-->Fungus-->Create-->Stage
2.必備一個角色
There must be a Character
Tools-->Fungus-->Create-->Character
3.必備一個flowchart
There must be a Flowchart
Tools-->Fungus-->Create-->Flowchart
4.開啟Flowchart視窗
Open Flowchart Window
Tools-->Fungus-->Flowchart Window
5.角色改名
rename the Character
6.點擊New Block 新增一個SayCommand對話指令
press New Block and add a SayCommand
7.SayCommand對話指令的角色指定為Character物件(Amy)
Assign the Character box to Character gameobject(Amy)
=====播出眾人回應的語音=====
=====optional: people's feedback in voice
9.新增一個PlaySound指令
add a new PlaySound Command
10.再新增兩三個,同時指定其他人的語音
然後Wait Until Finished不要打勾 ,兩個Play Sound的語音就會同時播放
而不是一個接一個播放
then duplicate it into two PlaySound Commands, and assign the rest voices
,then uncheck WaitUntilFinished box,that means these 2 PlaySound commands will be play in the same time, instead of one by one.
=============
下載專案Download The Project
3.必備一個flowchart
There must be a Flowchart
Tools-->Fungus-->Create-->Flowchart
4.開啟Flowchart視窗
Open Flowchart Window
Tools-->Fungus-->Flowchart Window
5.角色改名
rename the Character
6.點擊New Block 新增一個SayCommand對話指令
press New Block and add a SayCommand
7.SayCommand對話指令的角色指定為Character物件(Amy)
Assign the Character box to Character gameobject(Amy)
8.語音檔案指定到 voice Over Clip裡
同時輸入要顯示的對話文字
Assign voice clip and input your dialog text
=====播出眾人回應的語音=====
=====optional: people's feedback in voice
9.新增一個PlaySound指令
add a new PlaySound Command
10.再新增兩三個,同時指定其他人的語音
然後Wait Until Finished不要打勾 ,兩個Play Sound的語音就會同時播放
而不是一個接一個播放
then duplicate it into two PlaySound Commands, and assign the rest voices
,then uncheck WaitUntilFinished box,that means these 2 PlaySound commands will be play in the same time, instead of one by one.
=============
下載專案Download The Project
大師您好,我下載了fungus,上方卻沒有出現Tools的選項...
回覆刪除