Commit Graph

240 Commits

Author SHA1 Message Date
Isamu Mogi
ea689a0fe9 Fix typo (ToJsonSchema) 2019-06-09 00:42:40 +09:00
j-hirose
6b07188361 update mtoon 2019-06-05 19:07:53 +09:00
j-hirose
31b86dbf95 update MToon version v3.2 2019-06-05 18:43:54 +09:00
j-hirose
ea1351f05e update MToon v3.1 2019-06-05 17:12:42 +09:00
j-hirose
f58f02ab79 Overwrite the mtoon version of the material 2019-06-05 16:33:46 +09:00
ousttrue
b98962cb95
Merge pull request #261 from hiroj/fix_version
update version numbder
2019-06-05 15:18:08 +09:00
j-hirose
06dc63d46e update version numbder 2019-06-05 15:13:24 +09:00
j-hirose
33976adc14 update shaderProp 2019-06-05 14:59:02 +09:00
iCyP
6ce12e9a3c add Mtoon new props 2019-06-04 22:28:08 +09:00
j-hirose
22dabe9574 fix Description 2019-06-04 19:09:33 +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
ousttrue
1912c6f87f
Merge pull request #254 from hiroj/fix_textureloader_version_error
バージョンチェックのエラー表記を修正
2019-06-03 18:13:30 +09:00
hiroj
2f566c7d01
Merge pull request #252 from Santarh/unityEditorScriptsItemPosition
Move UnityEditorScripts items to the bottom of menu.
2019-06-03 18:10:47 +09:00
hiroj
033bb4f7b0
Merge pull request #253 from Santarh/springBoneColliderGroupUtilities
Add utility menu for VRMSpringBoneColliderGroup.
2019-06-03 18:10:38 +09:00
j-hirose
e58de0d55b fix task UNITY_WEBGL 2019-06-03 18:02:19 +09:00
j-hirose
f9cb30629c exclude loadasynctask with webgl 2019-06-03 17:46:52 +09:00
Masataka SUMI
2d0282d062 Update MToon to v3.0 2019-06-03 17:35:40 +09:00
j-hirose
ecaf53f0cb バージョンチェックのエラー表記を修正 2019-06-03 16:10:39 +09:00
Masataka SUMI
c9b2d642b6 Add utility menu for VRMSpringBoneColliderGroup. 2019-06-03 15:57:26 +09:00
Masataka SUMI
6b3cad801b Move UnityEditorScripts items to the bottom of menu. 2019-06-03 15:24:21 +09:00
hiroj
fff1a294dc
Merge pull request #239 from hiroj/fix_TextureLoader
unityのwww対応
2019-05-31 18:40:15 +09:00
ousttrue
791e0cabf1
Merge pull request #250 from hiroj/version_number_update
Update version number
2019-05-31 18:16:21 +09:00
j-hirose
082bb57af4 VRMVersion version v0.52 2019-05-30 23:05:53 +09:00
j-hirose
5a0f4ced10 update MToon v2.0 2019-05-30 22:28:50 +09:00
hiroj
39f29c28d9
Merge pull request #241 from walf443/fix/UnitError
added DepthFirstScheduler reference to VRM.Sample
2019-05-10 18:51:55 +09:00
Isamu Mogi
2ebd6548d8 Fix typo 2019-05-09 20:06:33 +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
j-hirose
12176af0d6 add Unsupported version error 2019-04-24 20:19:20 +09:00
j-hirose
33eb72f0c1 バージョン対応 2019-04-24 18:30:17 +09:00
hiroj
ac63e434c6
Merge pull request #220 from dwango/fix/copy_springbone_value
Copy m_center and m_hitRadius in VRMSpringBone when exporting (Fix #215)
2019-04-18 21:45:07 +09:00
j-hirose
93e9c9c08e Fix material test to pass 2019-03-19 16:57:01 +09:00
hiroj
f44a9846e9 If Emission keyword is false, do not output a value 2019-03-18 19:54:38 +09:00
yutopp
0b4a873b76
Fix comments 2019-03-15 19:42:36 +09:00
yutopp
be5c318e9a Add tests for MetallicRoughnessConverter 2019-03-15 17:06:11 +09:00
yutopp
1f4c2d080c Fix calculation. Make converters public to testing 2019-03-15 17:05:26 +09:00
yutopp
c8489af8ed Fix calculation of smoothness and roughnessFactor conversion 2019-03-15 15:38:34 +09:00
yutopp
92f501e837 Fix indents 2019-03-14 22:29:57 +09:00
yutopp
c95753fc8e Bake smoothness and roughnessFactor into textures. Treat smoothness and roughnessFactor as hardcoded-value 1.0 in Unity world (Resolve #212) 2019-03-14 22:27:14 +09:00
yutopp
5ef38e0153 Remove unused meta files 2019-03-14 19:43:39 +09:00
yutopp
7c48fee7e3 Copy m_center and m_hitRadius in VRMSpringBone when exporting (Fix #215) 2019-03-14 15:36:47 +09:00
hiroj
fbd3cc4909
Merge pull request #217 from dwango/fix/save_first_person
Save FirstPerson values on GUI correctly
2019-03-13 20:02:17 +09:00
yutopp
3c75b38f05 Remove unused imports 2019-03-13 19:58:26 +09:00
yutopp
0c147dd1fb Move value updation into the if block 2019-03-13 19:58:08 +09:00
hiroj
9ee1aaca5c
Merge pull request #219 from dwango/fix/set_cutoff
Set _Cutoff parameters when alphaMode is MASK
2019-03-13 19:24:28 +09:00
yutopp
11d6178990
Trim unnecessary spaces 2019-03-13 17:53:30 +09:00
hiroj
fd413cb156
Merge pull request #218 from dwango/fix/propage_texture_properties
問題無いです
2019-03-13 17:23:34 +09:00
yutopp
a682ee59c2 Fix #214. Set _Cutoff parameters when alphaMode is MASK 2019-03-11 19:04:14 +09:00
yutopp
68636d4b84 Fix #213. Propagate texture properties from src to dst 2019-03-11 18:39:20 +09:00
yutopp
c56ca52bbb Fix #208 2019-03-11 16:18:02 +09:00
ousttrue
47e2224e95 Runtimeエクスポーター向けのシェーダープロパティの事前定義を分離 2019-02-28 21:31:33 +09:00