Commit Graph

7 Commits

Author SHA1 Message Date
ousttrue
2ff647ec57 EditorContext は所有しない 2021-03-08 19:52:20 +09:00
ousttrue
f3454d55e9 remove AltTask. replace IAwaitCaller 2021-03-02 18:04:43 +09:00
ousttrue
b4ca9e607c AssetTextureLoader.LoadTaskAsync 2021-03-01 20:31:28 +09:00
ousttrue
14c39b61be fix vrmAssetPostprocessor
TextureのAssetImportが3種類になったのに対応

* ScriptedImporter(subAsset)
* ScriptedImporter(ExternalObject)
* AssetPostProcessor(from TextureAsset)
2021-03-01 20:29:41 +09:00
ousttrue
2e6ded5a7f ImporterContextのAssetImport向けの機能を、EditorImporterContextに分離
EditorImporterContext
#758
2021-02-26 19:00:48 +09:00
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
ousttrue
4ffd97c2e9 FolderとAsmdef整理。Runtime, Editor, Tests 2020-12-01 19:54:13 +09:00