Commit Graph

166 Commits

Author SHA1 Message Date
ousttrue
aea87c7b6e Updated UniGLTF 2018-09-27 18:09:04 +09:00
ousttrue
ca12ba55ab Added TextureItem.Converted check to VRMMaterialImporter 2018-09-27 18:09:04 +09:00
ousttrue
112353d6de Updated UniGLTF. ImporterContext constructor 2018-09-26 00:32:56 +09:00
ousttrue
fa93df71bc Removed VRMImporter.Load 2018-09-22 15:33:58 +09:00
ousttrue
21b1c6d520 Fixed task interface 2018-09-22 15:11:11 +09:00
ousttrue
6c547955a1 Refactoring. VRMImporter.LoadAsync to ImorterContext.LoadAsync 2018-09-21 23:24:30 +09:00
ousttrue
529c65fe3a Updated UniGLTF(refactor importer api) 2018-09-21 22:27:01 +09:00
ousttrue
a873bdccda Fixed warnings 2018-09-21 21:32:15 +09:00
ousttrue
6afe7fdc7d Updated UniGLTF 2018-09-21 16:52:10 +09:00
ousttrue
5341d26daf Incremented version to 0.44 2018-09-14 14:29:53 +09:00
ousttrue
1933194ef1 Incremented VERSION 2018-09-06 15:41:31 +09:00
ousttrue
88b1bdfde9 Fixed BlendShapeProxy.Clips import 2018-09-06 15:03:01 +09:00
ousttrue
3b35d160a0 Added clearBlendShape flag to BoneNormalizer.Execute 2018-08-30 21:53:00 +09:00
ousttrue
f76d9a15d2 Fixed lambda index 2018-08-27 14:40:54 +09:00
ousttrue
f1828fe903 Save blendShape assets to files 2018-08-26 23:45:53 +09:00
ousttrue
15e19691e7 Restored VRMImporterMenu 2018-08-26 23:15:54 +09:00
ousttrue
b1552585e5 Removed utf8bom
* https://github.com/dwango/UniVRM/pull/27
* https://msdn.microsoft.com/ja-jp/library/ms143375(v=vs.110).aspx
* File.WriteAllText(path, str, Encoding.UTF8) is with BOM
* File.WriteAllText(path, str) default encoding is without BOM
2018-08-26 13:29:25 +09:00
ousttrue
83b482a21a Updated UniGLTF. Use MeshImporter 2018-08-25 23:21:18 +09:00
ousttrue
1d54c5e383 Restore hips transform after EnforceTPose 2018-08-22 18:39:51 +09:00
ousttrue
db23346aff Updated JsonSchema 2018-08-22 14:38:08 +09:00
ousttrue
6bb7b2b854 Updated JsonSchema 2018-08-22 14:24:33 +09:00
ousttrue
87d82fd794 Updated JsonSchema 2018-08-21 23:25:48 +09:00
ousttrue
97f4f7887c Updated JsonSchema 2018-08-21 21:39:30 +09:00
ousttrue
e6278f8549 VRMVersionMenu.SplitAndWriteJson 2018-08-21 20:43:35 +09:00
ousttrue
f4ef029c75 Menu label 2018-08-21 17:16:02 +09:00
ousttrue
6437e158a6 Incremented version 2018-08-17 22:50:05 +09:00
ousttrue
9ef5796749 Added VRMMaterialExporter 2018-08-17 22:49:26 +09:00
ousttrue
ae81ee796d Added ST_S, ST_T importer 2018-08-15 20:57:27 +09:00
ousttrue
cb8bd45cd8 Removed obsolete code 2018-08-09 14:33:09 +09:00
ousttrue
d75ae1f872 Added MeasureTime 2018-08-09 14:29:14 +09:00
ousttrue
af96524b4a rename UniTask to DepthFirstScheduler 2018-08-09 12:45:56 +09:00
ousttrue
54d2656f5f Updated UniGLTF 2018-08-07 19:17:41 +09:00
ousttrue
ad4af4ac79 Updated UniGLTF 2018-08-07 18:40:48 +09:00
ousttrue
4f8b5d0095 Updated UniGLTF 2018-08-07 18:12:22 +09:00
ousttrue
d5cd9c5d45 Updated vrm.schema.json 2018-08-07 16:17:46 +09:00
ousttrue
31dac32e21 Separated VRMMaterialImporter 2018-08-07 16:17:28 +09:00
ousttrue
ef7252fe4d Updated UniGLTF 2018-08-07 15:17:20 +09:00
ousttrue
da735694bf
Merge pull request #21 from akihikodaki/master
Fix VRMImporter.LoadVRMAsync methods for newer runtimes
2018-08-07 15:13:56 +09:00
ousttrue
b709b6ce7b Updated UniGLTF 2018-08-06 17:29:37 +09:00
ousttrue
eaa94b802b Updated UniGLTF 2018-08-06 17:29:37 +09:00
Akihiko Odaki
6a92daa09e Fix VRMImporter.LoadVRMAsync methods for newer runtimes 2018-08-01 18:10:19 +09:00
ousttrue
c110041088 Merge branch 'work_v041' 2018-08-01 14:35:49 +09:00
ousttrue
e7ea49f89d Added VRMPreShaderPropExporter 2018-07-31 22:04:01 +09:00
ousttrue
a6c7327f41 WIP JsonSchema 2018-07-30 18:21:24 +09:00
ousttrue
92501ae8ab Code cleanups 2018-07-30 15:55:51 +09:00
ousttrue
063343f855 Changed BoneNormalizer.Execute interface 2018-07-30 15:33:27 +09:00
ousttrue
31bcc4eb7e Improved UnityPath 2018-07-24 04:15:34 +09:00
ousttrue
3d277731ed Updated UniGLTF 2018-07-23 15:02:29 +09:00
ousttrue
dc2ebb369f Updated UniGLTF 2018-07-23 14:39:40 +09:00
karukaru
1daf171a1c [Update] Change Target Unity Version (UNITY_2018_1_OR_NEWER -> UNITY_2017_1_OR_NEWER) 2018-07-23 05:50:10 +09:00