Skip to content

Commit

Permalink
add A.I.VOICE for GAMES support.
Browse files Browse the repository at this point in the history
  • Loading branch information
hecomi committed May 31, 2024
1 parent 69571fe commit 33d6b67
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Assets/uLipSync/Editor/BakedDataEditor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,13 @@ void DrawMessage()
{
_msg.Clear();

#if USE_AIVOICE_FOR_GAMES
#else
if (!data.profile)
{
_msg.Append("* Please set Profile.");
}
#endif

if (!data.audioClip)
{
Expand Down
10 changes: 8 additions & 2 deletions Assets/uLipSync/Editor/uLipSync.Editor.asmdef
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [],
"versionDefines": [
{
"name": "jp.ai-j.aivoice-for-games",
"expression": "",
"define": "USE_AIVOICE_FOR_GAMES"
}
],
"noEngineReferences": false
}
}

0 comments on commit 33d6b67

Please sign in to comment.