com.hecomi.ulipsync
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "com.hecomi.ulipsync", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"displayName": "uLipSync", | ||
@@ -30,12 +30,32 @@ "description": "A MFCC-based LipSync plugin for Unity using Job and Burst Compiler", | ||
{ | ||
"displayName": "01. Basic", | ||
"description": "A basic sample.", | ||
"path": "Samples~/01. Basic" | ||
"displayName": "01. Play AudioClip", | ||
"description": "A basic sample to play AudioSource and analyze it at runtime.", | ||
"path": "Samples~/01. Play AudioClip" | ||
}, | ||
{ | ||
"displayName": "02. AudioSource-Proxy", | ||
"displayName": "02. Mic Input", | ||
"description": "A sample to analyze AudioSource that plays mic input in realtime.", | ||
"path": "Samples~/02. Mic Input" | ||
}, | ||
{ | ||
"displayName": "03. AudioSource Proxy", | ||
"description": "A sample for using an AudioSource that belongs to a different GameObject.", | ||
"path": "Samples~/02. AudioSource-Proxy" | ||
"path": "Samples~/03. AudioSource Proxy" | ||
}, | ||
{ | ||
"displayName": "04. VRM", | ||
"description": "A sample to move blendshapes in VRM. VRM assets and Alicia VRM model should be setup beforehand.", | ||
"path": "Samples~/04. VRM" | ||
}, | ||
{ | ||
"displayName": "05. Bake", | ||
"description": "A sample to play pre-calculated data.", | ||
"path": "Samples~/05. Bake" | ||
}, | ||
{ | ||
"displayName": "06. Timeline", | ||
"description": "A sample to play lipsync with Timeline.", | ||
"path": "Samples~/05. TImeline" | ||
} | ||
] | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
237965833