ousttrue
|
a5be5e1383
|
GltfParserの分離と、ImporterContextのインターフェース整理
使い方
* var parser = new GltfParser();
* parser.ParsePath(filePath); // ParseJson, ParseGlb 等パース系の関数
* context = new ImporterContext(parser); // parse から context を作る
* context.Load(); // もしくは LoadAsync で、Unity化する
|
2021-02-22 15:52:32 +09:00 |
|
pochang007
|
935f6e2b36
|
add MeshUtility editor
|
2021-01-22 09:20:03 +09:00 |
|
ousttrue
|
ff31a01e7d
|
update menu
|
2021-01-14 19:26:33 +09:00 |
|
ousttrue
|
51dbcb76e5
|
MeshUtility を UniGLTF 下に移動
意図しない MeshUtility => UniGLTF 向きの参照が残っていて UPM が動作しなかった。次バージョンで予定していたファイル移動を繰り上げ
|
2021-01-06 20:20:14 +09:00 |
|
ousttrue
|
4536599d52
|
version 0.63.0
|
2021-01-04 18:10:24 +09:00 |
|
ousttrue
|
4ffd97c2e9
|
FolderとAsmdef整理。Runtime, Editor, Tests
|
2020-12-01 19:54:13 +09:00 |
|