Commit Graph

371 Commits

Author SHA1 Message Date
TORISOUP
19bdca0422 optimize comparing struct in dictionary key 2018-12-28 22:10:07 +09:00
ousttrue
03b66c6450 Fixed build error #93 2018-12-28 22:03:04 +09:00
ousttrue
ce8c09c89d Added VRMFirstPersonEditor #66 2018-12-27 15:32:58 +09:00
ousttrue
e43ce3e919 Avoid BlendShape and Material overwrite. #56 2018-12-27 15:18:00 +09:00
ousttrue
cc52dc1775 Fixed ImporterContext.Destroy #89 2018-12-27 14:28:39 +09:00
ousttrue
36522dee4d Updated UniJSON-1.1.2 2018-12-26 03:21:24 +09:00
ousttrue
2ba4b71577 VRMLookAt is obsoleted 2018-12-21 21:35:17 +09:00
ousttrue
0707df8b33
Merge pull request #85 from dwango/fix_VRMFirstPerson_Setup
Remove LINQ for performance
2018-12-21 20:23:38 +09:00
ousttrue
5e4e5b1069 Updated UniJSON 2018-12-21 19:55:43 +09:00
ousttrue
18c3e355e2 Remove LINQ for performance 2018-12-21 19:53:06 +09:00
yutopp
fe09c4e5cd Show a thumbnail texture in the editor 2018-12-20 14:27:07 +09:00
ousttrue
0138ee9221 Added VRMBlendShapeProxyExtensions 2018-12-19 17:29:26 +09:00
ousttrue
b05a51c02c Restore BlendShapeClip.Apply 2018-12-19 16:49:38 +09:00
ousttrue
e1d0912b05 Updated JsonSchema 2018-12-19 16:45:13 +09:00
ousttrue
182762e485 Fixed BlendShape LookAt 2018-12-12 17:45:40 +09:00
ousttrue
c63fce792d Fixed SpringCopy #71 2018-12-12 17:45:39 +09:00
ousttrue
e136f389a5 Updated UniJSON 2018-12-08 02:58:17 +09:00
ousttrue
5ac7e03620 Updated UniJSON 2018-12-05 23:22:11 +09:00
ousttrue
6187b72eb8
Merge pull request #68 from emilianavt/master
Allow first/third person layers to be named
2018-12-01 02:25:31 +09:00
ousttrue
70cbaab48d Updated JsonSchema of vrm.blendshape.bind #63 2018-12-01 01:52:04 +09:00
ousttrue
4a3beeae5a glTF_VRM_Material 2018-11-30 04:05:15 +09:00
ousttrue
d9301be94c Updated UniJSON 2018-11-30 03:56:15 +09:00
ousttrue
4f6bd79e80 Updated UniJSON 2018-11-29 20:00:58 +09:00
ousttrue
45b4d50509 Updated UniJSON 2018-11-29 15:57:52 +09:00
ousttrue
ac66daab25 Updated UniJSON 2018-11-28 15:45:13 +09:00
ousttrue
0294e80ab2 Fixed material blendshape clear 2018-11-26 18:32:07 +09:00
ousttrue
985802c6ec Incremented version to 0.46 2018-11-26 18:09:22 +09:00
emilianavt
45da02f146 Allow first/third person layers to be named
The first person and third person layers used hard coded IDs. If these layers
are already in use in a Unity project, this use can lead to conflicts between
the layers used by UniVRM and those inside the project. This patch allows using
Unity's layer settings to assign layer IDs through names ("VRMFirstPersonOnly"
and "VRMThirdPersonOnly").

If no named layers are found, the predefined layer IDs will be used. Since the
layer IDs are accessed only during model setup, there should be no performance
impact from this change. The names of the fields storing the layer IDs have not
been changed to keep API compatibility.

This issue was originally noticed by @Deatrathias (Virtual_Deat on Twitter).
2018-11-24 20:59:14 +01:00
TORISOUP
94305ede3e follow 2018.3 2018-11-25 00:56:19 +09:00
ousttrue
3344a068a0 VRMLookAtHeadEditor.OnSceneGUI draw when no target 2018-11-16 22:34:32 +09:00
ousttrue
3e7924f774 Removed Debug.LogFormat 2018-11-09 17:54:50 +09:00
ousttrue
9845d4f87a Fixed BlendShapeBindingMerger.m_blendShapeValueMap comparer 2018-11-08 17:14:07 +09:00
ousttrue
7ac0689610 Fixed MaterialValueBindingMerger.Apply 2018-11-08 13:16:20 +09:00
ousttrue
932d8f9da9 Fixed RestoreMaterialInitialValues for _ST_S, _ST_T 2018-11-08 11:51:57 +09:00
ousttrue
ee390d1918 Fixed _ST_S, ST_T 2018-11-08 11:47:54 +09:00
ousttrue
41f83b0330 Updated UniGLTF 2018-11-07 13:25:16 +09:00
ousttrue
d63517babe Fixed preview for ST_S and ST_T 2018-11-05 15:45:29 +09:00
ousttrue
9f98b1cc70 ListSelect 2018-11-03 19:46:13 +09:00
ousttrue
b879ce8a4a Remove thumbnail 2018-11-03 19:32:25 +09:00
ousttrue
3e3e4070cf Restore Clear, Add 2018-11-03 19:25:16 +09:00
ousttrue
965b81564d Restore BlendShapeAvatarEditor.BlendShapeClipSelector 2018-11-03 19:06:37 +09:00
ousttrue
7733b896ea Modified MaterialValueBindingMerger.Setter 2018-11-03 16:58:56 +09:00
ousttrue
6d05fb44b7 Renamed 2018-11-03 16:58:02 +09:00
ousttrue
7a95cd07ab Cleanup BlendShapeMerger. Removed BlendShapeMerger.Clear 2018-11-03 16:14:13 +09:00
ousttrue
caf215ca2a Modify BlendShapeClipEditor 2018-11-03 15:16:37 +09:00
ousttrue
183ec644ba BlendShape thumbnail 2018-11-03 14:26:15 +09:00
ousttrue
91306f4a83 Added BlendShapeClipDrawer 2018-11-03 03:21:45 +09:00
ousttrue
f0064a2879 PreviewSceneManager.Bake IEnumerable 2018-11-03 01:40:15 +09:00
ousttrue
2b41df1d0b Implemented BlendShapeClip.IsBinary for BlendShapeMerger 2018-11-02 23:11:38 +09:00
ousttrue
5a31c777bb IsBinary read/write 2018-11-02 22:17:13 +09:00