-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
26 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
##FMOD LipSync | ||
## FMOD LipSync | ||
|
||
1. Download fmod unitypackage | ||
#### 1. Download fmod unitypackage | ||
|
||
链接: https://pan.baidu.com/s/1dWuKDKMh1MDsnbN73h9xVw 提取码: 7z8v | ||
|
||
2. Import unitypackage to unity project | ||
#### 2. Import unitypackage to unity project | ||
|
||
|
||
3. Import fmod asset (.bank) | ||
#### 3. Import fmod asset (.bank) | ||
|
||
4. Add macro in buildsettings | ||
#### 4. Add macro in buildsettings | ||
|
||
macro: FMOD_LIVEUPDATE | ||
|
||
<br><img src='.github/im9.png'><br> | ||
<br><img src='.github/im9.jpg'><br> | ||
|
||
5. Open Scene named FmodScene | ||
#### 5. Open Scene named FmodScene | ||
|
||
path: Assets/LipSync/Demo/Scenes/FmodScene | ||
|
||
6. Config fmod events in FmodLipSync | ||
#### 6. Config fmod events in FmodLipSync | ||
|
||
<br><img src='.github/im12.png'><br> | ||
<br><img src='.github/im12.jpg'><br> | ||
|
||
7. Start Game and run | ||
#### 7. Start Game and run |