ousttrue
|
e35bc5f2fe
|
GetBytesWithMime を VRMShaders に移動
* UniGLTF.GltfTextureExporter.GetBytesWithMime を VRMShaders.AssetTextureUtil.GetTextureBytesWithMime に移動
* テスト NotReadable, Compressed を VRMShaders に移動
* テスト用リソース Resources/4x4.png と 4x4compressed.DDS を VRMShaders に移動
|
2021-04-12 18:17:24 +09:00 |
|
ousttrue
|
bbb5b0384c
|
2018仕様に修正
|
2021-04-08 21:12:17 +09:00 |
|
Masataka SUMI
|
8eaceb6c8e
|
Refactoring VRMShaders directory & asmdef
|
2021-04-08 20:19:37 +09:00 |
|
ousttrue
|
002e8c6060
|
rename AssetTextureUtil.UseAsset to AssetTextureUtil.IsTextureEditorAsset
|
2021-04-05 13:15:13 +09:00 |
|
ousttrue
|
27fa5dbc60
|
VRMShaders.TextureExporter, AssetTextureUtil
|
2021-04-02 18:35:02 +09:00 |
|
ousttrue
|
d28f700997
|
移動 VRMShaders.TextureExporter
#726 separate AssetTextureUtil
|
2021-04-02 18:14:27 +09:00 |
|
ousttrue
|
f6aeef30ed
|
rename
|
2021-03-17 15:30:03 +09:00 |
|
ousttrue
|
bb607688e6
|
TextureExportManager.GetTextureIndex
|
2021-03-17 15:30:01 +09:00 |
|
ousttrue
|
b4d18843c2
|
テクスチャー割り当てテスト追加
|
2021-03-17 13:11:27 +09:00 |
|
ousttrue
|
6bb0eebf81
|
DisposeOnGameObjectDestroyed後の BlendShapeClipのロードテストを追加
|
2021-03-17 12:53:07 +09:00 |
|
ousttrue
|
3a7fc7735e
|
fix Dispose
|
2021-03-08 19:52:30 +09:00 |
|
ousttrue
|
736282794e
|
Merge pull request #749 from ousttrue/fix/restore_unittest
restore VRMMaterialTests.ExportTest
|
2021-03-01 14:34:45 +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
|
0a08c9b176
|
restore VRMMaterialTests.ExportTest
|
2021-02-16 19:06:53 +09:00 |
|
ousttrue
|
cdc9d73d36
|
未使用の Generics 関数を削除。関連するテストの修正
|
2021-02-09 15:32:27 +09:00 |
|
ousttrue
|
c2ffda92dc
|
MsgPack と Json を共用にするための Generics ListTreeNode を 単純な型 JsonNode で置き換え
|
2021-02-09 15:15:38 +09:00 |
|
ousttrue
|
4ffd97c2e9
|
FolderとAsmdef整理。Runtime, Editor, Tests
|
2020-12-01 19:54:13 +09:00 |
|
ousttrue
|
f309225320
|
UniGLTF/Runtime/UniGLTF/Format の UnityEngine 依存を除去
|
2020-12-01 18:33:25 +09:00 |
|
ousttrue
|
40c27f2ec4
|
update VRMSerializerGenerator
|
2020-11-26 19:17:06 +09:00 |
|
ousttrue
|
a8566292d5
|
UniGLTF を移動して、admdef を調整
|
2020-11-24 18:59:56 +09:00 |
|
ousttrue
|
b44f7c83d4
|
GeneratorによるSerializationに一本化するので、ReflectionによるSerializationのJsonSchemaValidatorを削除する。UnitTestを通した。
|
2020-11-24 17:43:58 +09:00 |
|
ousttrue
|
6a1beeefba
|
remove SerializerTypes.JsonSerializable
|
2020-11-19 20:34:55 +09:00 |
|
ousttrue
|
d6623be68b
|
VRMExporterConfiguration to MeshExportSettings
|
2020-10-01 17:04:27 +09:00 |
|
ousttrue
|
a9d03bdae6
|
BoneNormalizer.cs
|
2020-08-25 20:35:26 +09:00 |
|
hirose
|
fcf63b6970
|
add generated serializer, fix tests
|
2019-12-13 20:50:23 +09:00 |
|
ousttrue
|
33fb3ce1d6
|
add new test for generated Deserializer
|
2019-08-19 16:43:03 +09:00 |
|
ousttrue
|
7d02186220
|
implement
|
2019-08-05 19:46:20 +09:00 |
|
ousttrue
|
8c1ff58856
|
WIP
|
2019-08-05 18:20:35 +09:00 |
|
yutopp
|
aca5888d81
|
Divide UniJSON from VRM as standalone assembly
|
2019-01-29 19:34:44 +09:00 |
|
yutopp
|
ad0de15096
|
Rearrange directory structures to support Assembly Definition Files. Add asmdef files
|
2019-01-29 18:07:48 +09:00 |
|
yutopp
|
dec76bb520
|
Comment out unused variables and add notes
|
2019-01-29 14:51:19 +09:00 |
|
yutopp
|
b99a2c39ea
|
Rename variable names. Add exporting pass which using JsonSchema
|
2019-01-16 18:39:30 +09:00 |
|
ousttrue
|
d0aecfc630
|
Fixed VRMImportExportTests
|
2019-01-09 17:55:39 +09:00 |
|
yutopp
|
ea224d3911
|
Change namespaces from VRM/global to VRM.Samples for all scripts in VRM.Samples
|
2019-01-07 19:06:46 +09:00 |
|
yutopp
|
8a952874e5
|
Remove an unnecessary exporter scrips for UnityEditor
|
2019-01-07 18:56:00 +09:00 |
|
yutopp
|
f74252d83c
|
Move Assets/VRM.Samples/Resource/Models to Assets/StreamingAssets/VRM.Samples. Add motion data to StreamAssets. Fix pathes for models/motions in VRM.Samples
|
2019-01-07 18:29:58 +09:00 |
|
yutopp
|
26ebf0083c
|
Fix typo
|
2019-01-07 17:37:15 +09:00 |
|
yutopp
|
d974daadfd
|
Move import/export/material tests for the model of AliciaSolid. Add VRM model file of AliciaSolid to VRM.Sample/Resources/Models
|
2019-01-07 17:36:25 +09:00 |
|
yutopp
|
384122913b
|
Convert CRLF to LF
|
2019-01-07 15:54:34 +09:00 |
|
ousttrue
|
a850c55e54
|
Merge commit '864b50492044c4799bb800363281a9d7b33aa59f' as 'Assets/VRM.Samples'
Co-authored-by: m2wasabi <m2wasabi@gmail.com>
Co-authored-by: ousttrue <ousttrue@gmail.com>
Co-authored-by: PoChang-Su <39595967+PoChang-Su@users.noreply.github.com>
Co-authored-by: sh_akira <30430584+sh-akira@users.noreply.github.com>
Co-authored-by: sh_akira <akira.satoh.sh@gmail.com>
Co-authored-by: yutopp <yutopp@gmail.com>
|
2019-01-07 15:33:41 +09:00 |
|