Commit Graph

242 Commits

Author SHA1 Message Date
ousttrue
569e0ca147 add VRMShaders.Symbols 2021-12-09 16:34:44 +09:00
ousttrue
43cf7e03a2 debug menu 2021-12-09 15:30:31 +09:00
ousttrue
2bca456893 debug button 2021-12-08 19:58:33 +09:00
ousttrue
f4120c7722 UnityObject だし 2021-11-24 21:54:02 +09:00
ousttrue
4533a7f0bf const 2021-11-24 21:52:47 +09:00
ousttrue
b1c431a04e fix slider 2021-11-24 21:13:10 +09:00
ousttrue
b0d8cfa567 GetBlendShapeWeight, SetBlendShapeWeight 前後で100倍する 2021-11-24 21:10:58 +09:00
ousttrue
2588cf45ee editor の null check 2021-11-24 20:16:48 +09:00
ousttrue
fee1a2c091 update meta editor 2021-11-08 20:24:46 +09:00
ousttrue
ce5f88f4ee m_copyright 2021-11-08 19:29:45 +09:00
ousttrue
7030244ef3 EditorTools to ToolManager 2021-09-29 15:52:02 +09:00
ousttrue
0934d96228 rename_VRM10Controller_to_Vrm10Instance 2021-09-28 13:27:28 +09:00
ousttrue
d9e9fc27bf If urp is not installed, force it to use the built-in rendering pipeline 2021-09-17 18:21:53 +09:00
ousttrue
48ed88c4ae
[1.0] bone selector(experimental) 【squash merge】 (#1228)
* 過去のBoneGizmoブランチから復旧

* mv

* mv

* remove _bonePoint

* mv Editor. BoneInfo, BoneSelector, BoneDrawer

* Undo, Hover

* fix Asset
2021-09-17 14:10:25 +09:00
ousttrue
18d1840f0c Vrm10Parser を Vrm10Data に改名し、 Vrm10Importer の引き数になった 2021-09-02 12:59:57 +09:00
ousttrue
5aa39fbafe
Merge pull request #1177 from ousttrue/feature/URP_material_importer
Add MaterialGenerator customization point (for URP)
2021-08-31 21:47:38 +09:00
ousttrue
1117e9c2c7 mv URP/UrpPipelineTypes.cs to RenderPipelineTypes.cs. fix Builtin To BuiltinRenderPipeline 2021-08-31 21:34:54 +09:00
ousttrue
784b8ba993 fix UI. Experimental 2021-08-31 21:16:49 +09:00
ousttrue
32b728bd05 Add Urp/UrpPipelineTypes.cs 2021-08-31 21:12:10 +09:00
ousttrue
90f49c4262 add Vrm10UrpMaterialDescriptorGenerator and VRMURPMaterialDescriptorGenerator 2021-08-31 19:30:21 +09:00
ousttrue
72da28f114 VrmScriptedImporterEditorGUI use Vrm10TextureDescriptorGenerator, not GltfTextureDescriptorGenerator 2021-08-26 18:47:32 +09:00
ousttrue
56492d3f82 play mode の expression preview 2021-08-25 18:31:06 +09:00
ousttrue
504f6e8a47 remove not implemented 2021-08-17 21:15:01 +09:00
ousttrue
b0de928791 UNITY_EDITOR 2021-08-17 21:02:50 +09:00
ousttrue
f8b965760d WIP EditorTool 2021-08-17 20:53:05 +09:00
ousttrue
96dc839f26 Editor の状態保持を static 変数に変更 2021-08-11 17:46:28 +09:00
ousttrue
3767165f9b Expression の UI 調整 2021-08-11 17:43:18 +09:00
ousttrue
9592905e57 VRM10Expression.Preset と ExpressionName を廃止
* VRM10Expression.Preset は VRM10ObjectExpression の度のスロットにセットされているかで判定
* VRM10Expression.ExpressionName は VRM10Expression.name を使う
2021-08-10 19:49:48 +09:00
PoChang007
7ee49e0866
Merge pull request #1134 from ousttrue/feature1/update_jsonschema
Feature1/update jsonschema
2021-08-10 18:33:46 +09:00
PoChang007
8f31f32d68
Merge pull request #1136 from ousttrue/fix1/fix_firstperson_editor
Fix1/fix firstperson editor
2021-08-06 18:28:48 +09:00
ousttrue
081dbae6ff first person set default button 2021-08-06 17:42:20 +09:00
ousttrue
f28b5f93df assign vrmObject.Prefab when Extract 2021-08-06 17:24:05 +09:00
ousttrue
b4b01e7518 prefab field 2021-08-06 17:19:36 +09:00
ousttrue
13d6b263a9 fix obsoleted 2021-08-06 16:41:37 +09:00
ousttrue
cc89cb104c update JsonSchema to VRM-1.0beta 2021-08-06 16:27:50 +09:00
Masataka SUMI
58b2588f2d Use GUID in asmdefs 2021-08-04 15:19:09 +09:00
ousttrue
cb0c2b7570 Unity-2019 require ApplyRevertGUI call in OnInspectorGUI
https://github.com/Unity-Technologies/UnityCsReference/blob/2019.4/Modules/AssetPipelineEditor/ImportSettings/AssetImporterEditor.cs#L443
2021-08-04 14:37:23 +09:00
ousttrue
6951519a79 null check 2021-08-03 14:57:05 +09:00
ousttrue
6dead3bcd8 add null check 2021-08-03 13:34:36 +09:00
ousttrue
819fb95a25 Extract 時に VRM10Expression.Prefab をセットする 2021-07-29 17:51:38 +09:00
ousttrue
c1c778e907 * PreviewPrefab の ObjectField を常時表示
* m_scene のライフサイクルを整理(生成を遅延。OnDestroyとPrefabが変更された時に破棄)
2021-07-29 17:42:21 +09:00
ousttrue
9fd371563c remove inheritance 2021-07-29 17:19:08 +09:00
ousttrue
89073efdba remove unused 2021-07-29 17:13:42 +09:00
ousttrue
fa460f0031 JsonSchema を更新してコードを再生成した
https://github.com/vrm-c/vrm-specification/pull/296
2021-07-02 19:57:37 +09:00
ousttrue
ea642495cd fix VRMC_hdr_emissiveMultiplier generation path 2021-07-02 19:56:40 +09:00
ousttrue
a96e0b6267 GenerateInfo 2021-07-02 19:56:39 +09:00
ousttrue
bc8a8b3a7f update VRM10MetaEditor 2021-06-29 20:27:35 +09:00
ousttrue
0bdb224215 gltfExporter use GltfExportSettings 2021-06-29 20:25:58 +09:00
ousttrue
6cfdf81429 merge MeshExportSettings to GltfExportSettings 2021-06-29 20:25:58 +09:00
ousttrue
aacb30bac3 JsonSchemaからの再生成
* VRMC_materials_hdr_emissiveMultiplier が追加
* TextureTransformBind.Scaling => Scale rename
2021-06-29 20:25:56 +09:00