yutopp
|
c5155caf12
|
Comment out unused variables
|
2019-01-29 14:55:22 +09:00 |
|
yutopp
|
123c695aa8
|
Use Action instead of Action<Unit>
|
2019-01-29 14:54:34 +09:00 |
|
yutopp
|
725c8b0abc
|
Comment out unused variables
|
2019-01-29 14:53:37 +09:00 |
|
yutopp
|
dec76bb520
|
Comment out unused variables and add notes
|
2019-01-29 14:51:19 +09:00 |
|
yutopp
|
43af6389ef
|
Merge pull request #150 from dwango/fix_UNITY_5_symbol
Fix unity 5 symbol
|
2019-01-28 21:24:04 +09:00 |
|
ousttrue
|
1b213c86bf
|
Fix Unity2018 with Net3.5 error. Remove UNITY_5 symbol check
|
2019-01-28 21:08:52 +09:00 |
|
yutopp
|
c05f3cd284
|
Merge pull request #149 from dwango/feature/update_mtoon_to_v1_8
Update MToon to v1.8
|
2019-01-28 20:47:36 +09:00 |
|
yutopp
|
3176c87333
|
Update MToon to v1.8
|
2019-01-28 20:43:38 +09:00 |
|
yutopp
|
077a6d8ddb
|
Merge pull request #145 from dwango/fix_asset_assign_for_avoid_overwrite
Fix asset assign for avoid overwrite
|
2019-01-28 16:54:07 +09:00 |
|
yutopp
|
f9ea47e9b4
|
Merge pull request #143 from dwango/fix_same_mesh_but_different_material
Fix same mesh but different material
|
2019-01-28 16:52:30 +09:00 |
|
yutopp
|
25f7cb4427
|
Merge pull request #148 from dwango/add_GenericCallUtility
Added GenericCallUtility
|
2019-01-28 16:39:00 +09:00 |
|
ousttrue
|
9da1b3f321
|
Added GenericCallUtility
|
2019-01-28 16:12:37 +09:00 |
|
yutopp
|
2665da1125
|
Merge pull request #147 from dwango/work_unijson
Pure C # Project for UniJSON
|
2019-01-28 15:13:23 +09:00 |
|
ousttrue
|
40aa08d49a
|
fixed .gitignore
|
2019-01-27 17:40:54 +09:00 |
|
ousttrue
|
ebef0bce48
|
Added UniJSONTests
|
2019-01-27 17:30:23 +09:00 |
|
ousttrue
|
ee14db0a0e
|
Add UniJSON35 solution. Remove UniJSONPRofiling
|
2019-01-27 17:25:34 +09:00 |
|
ousttrue
|
7a09b59307
|
Load and assign VRMBlendShapeProxy.BlendShapeAvatar when importer avoid overwrite #142
|
2019-01-26 17:19:08 +09:00 |
|
ousttrue
|
fcbea02954
|
Load Material when importer avoid overwrite #142
|
2019-01-26 17:10:08 +09:00 |
|
ousttrue
|
1ccef789c4
|
Fix exporter logic that getting node.mesh index #140
|
2019-01-26 16:12:10 +09:00 |
|
ousttrue
|
dc1e1dab98
|
Add test for #140
|
2019-01-26 15:56:25 +09:00 |
|
ousttrue
|
f7888de0ba
|
Fixed test #140
|
2019-01-26 15:42:13 +09:00 |
|
ousttrue
|
36b130a8ce
|
Add Test for #140
|
2019-01-26 15:28:15 +09:00 |
|
hiroj
|
caed13110d
|
Merge pull request #141 from dwango/fix/update_shader_variants
Add UniGLTF/UniUnlit to VRMShaders
|
2019-01-25 16:37:05 +09:00 |
|
yutopp
|
fabeff80d8
|
Add UniGLTF/UniUnlit to VRMShaders
|
2019-01-25 16:22:54 +09:00 |
|
yutopp
|
38eea5ff15
|
Merge pull request #139 from dwango/feature/fix_shaders_for_any_platforms
Fix normal maps are broken on Android(and also iOS) platforms
|
2019-01-25 15:07:20 +09:00 |
|
yutopp
|
7fab9b9817
|
Update README.ja.md
|
2019-01-24 19:30:30 +09:00 |
|
yutopp
|
5fdb1fed51
|
Update README.md
|
2019-01-24 19:28:21 +09:00 |
|
ousttrue
|
0205b863d8
|
Merge pull request #135 from dwango/updateWhenOffscreen_for_firstPerson
Always SkinnedMeshRenderer.updateWhenOffscreen is true for SkinnedMes…
|
2019-01-24 01:36:35 +09:00 |
|
yutopp
|
885823748a
|
Add comments
|
2019-01-23 23:59:02 +09:00 |
|
yutopp
|
21dad1497e
|
Remove conditions for WEBGL when exporting normal map textures
|
2019-01-23 23:51:25 +09:00 |
|
yutopp
|
f5ae88c071
|
Use tabs instead of spaces. Remove new lines
|
2019-01-23 22:33:54 +09:00 |
|
yutopp
|
69ff1c7fa9
|
Switch logics in the shader instead of C#
Co-authored-by: Masataka SUMI <santarh@gmail.com>
Co-authored-by: junichi_hirose <junichi_hirose@dwango.co.jp>
|
2019-01-23 22:27:34 +09:00 |
|
ousttrue
|
19d2400597
|
Merge pull request #134 from dwango/remove_legacy_vrmlookat
Remove code using legacy VRMLookAt in exporter
|
2019-01-23 12:46:56 +09:00 |
|
ousttrue
|
5267c420df
|
Always SkinnedMeshRenderer.updateWhenOffscreen is true for SkinnedMeshRenderer that created by VRMFirstPerson #133
|
2019-01-23 12:41:45 +09:00 |
|
ousttrue
|
0ce8e6dc73
|
Remove code using legacy VRMLookAt in exporter
|
2019-01-22 22:30:40 +09:00 |
|
ousttrue
|
0df2074e23
|
Merge pull request #132 from dwango/fix_blendshapeproxy_ondestroy
fixed BlendShapeProxy.OnDestroy
|
2019-01-22 22:14:39 +09:00 |
|
ousttrue
|
570409cf44
|
fixed BlendShapeProxy.OnDestroy
|
2019-01-22 10:24:29 +09:00 |
|
ousttrue
|
6b5edd383d
|
Merge pull request #131 from dwango/organize_menu
UniGLTF menu to VRM/UniGLTF. UniVRM menu to VRM/UniVRM
|
2019-01-22 01:17:32 +09:00 |
|
ousttrue
|
d35e42b2c4
|
UniGLTF menu to VRM/UniGLTF. UniVRM menu to VRM/UniVRM
|
2019-01-21 16:20:47 +09:00 |
|
ousttrue
|
bf52efeb5e
|
Merge pull request #130 from dwango/fix_formatter_clear
Fixed IFormatter.Clear that JsonFormatter.Clear dose not called.
|
2019-01-20 15:55:30 +09:00 |
|
ousttrue
|
cef89ad0c1
|
Fixed IFormatter.Clear that JsonFormatter.Clear dose not called.
|
2019-01-20 02:18:52 +09:00 |
|
ousttrue
|
382af90b06
|
Merge pull request #129 from dwango/feature/fix_spec_of_index
Fix spec for fields which have indices, add minimum=0 for them
|
2019-01-18 23:08:25 +09:00 |
|
yutopp
|
07b4da51a9
|
Add deserializer tests
|
2019-01-18 22:41:56 +09:00 |
|
yutopp
|
d2eff422b9
|
Fix spec for fields which have indices, add minimum=0 for them
|
2019-01-18 21:49:54 +09:00 |
|
ousttrue
|
521d3bfcfa
|
Merge pull request #123 from dwango/feature/fix_schemas_and_use_json_schema_instead_of_to_json
Feature/fix schemas and use json schema instead of to json
|
2019-01-18 16:15:56 +09:00 |
|
yutopp
|
5a23d64790
|
Merge pull request #124 from neon-izm/feature/script_execution_order_springbone
add execution order number (avoid order conflict with vrik)
|
2019-01-18 12:07:40 +09:00 |
|
yutopp
|
38a0a7a715
|
Remove draco related fields to ignore extensions field. Extensions are already checked by 'ExtentionsUsed' field, it is safe to remove
|
2019-01-17 20:58:58 +09:00 |
|
yutopp
|
c0e2455e0e
|
Add tests for serializer of VRM SecondaryAnimation
|
2019-01-17 20:34:17 +09:00 |
|
yutopp
|
cef2f3f92a
|
Add tests for serializer of VRM Meta
|
2019-01-17 20:19:06 +09:00 |
|
yutopp
|
fa72052f03
|
Add tests for serializer of VRM Material
|
2019-01-17 20:09:57 +09:00 |
|