Commit Graph

33 Commits

Author SHA1 Message Date
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
fa2a38a55e UnityのAnimationClipでVRMBlendShapeProxyを動かす例 2020-11-12 16:27:19 +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
ousttrue
44749e915d warning CS0649 2020-07-27 15:46:01 +09:00
ousttrue
0f7299bb2c use BlendShapeKey.CreateFromPreset 2020-07-27 15:33:09 +09:00
ousttrue
ebe0c67a2b add VRMBlendShapeProxy.Apply 2020-07-01 12:32:45 +09:00
sator
6d7314e14e Adding support for editor preview on non-windows platforms
- forgot Net4.cs
2020-02-17 14:08:06 +09:00
sator
74006824f8 Adding support for editor preview on non-windows platforms 2020-02-17 00:17:40 +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
Isamu Mogi
936ea2a9cc Fix typo (VRM.Samples) 2019-06-09 00:35:40 +09:00
ousttrue
f2bec289dc
Merge pull request #256 from hiroj/exclude_loadasynctask_with_webgl
exclude loadasynctask with webgl
2019-06-03 18:18:43 +09:00
j-hirose
e58de0d55b fix task UNITY_WEBGL 2019-06-03 18:02:19 +09:00
Keiji Yoshimi
38dc54cbf3 added DepthFirstScheduler reference to VRM.Sample
fix error

Assets\VRM.Samples\Scripts\VRMRuntimeLoader.cs(166,13): error CS0012: The type 'Unit' is defined in an assembly that is not referenced. You must add a reference to assembly 'DepthFirstScheduler, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'.
2019-04-28 02:19:04 +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
123c695aa8 Use Action instead of Action<Unit> 2019-01-29 14:54:34 +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