mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-05-21 18:36:18 -05:00
使い方 * var parser = new GltfParser(); * parser.ParsePath(filePath); // ParseJson, ParseGlb 等パース系の関数 * context = new ImporterContext(parser); // parse から context を作る * context.Load(); // もしくは LoadAsync で、Unity化する |
||
|---|---|---|
| .. | ||
| VRMExporter.cs | ||
| VRMExporter.cs.meta | ||
| VRMImporterContext.cs | ||
| VRMImporterContext.cs.meta | ||
| VRMMaterialExporter.cs | ||
| VRMMaterialExporter.cs.meta | ||
| VRMMaterialImporter.cs | ||
| VRMMaterialImporter.cs.meta | ||