Commit Graph

3831 Commits

Author SHA1 Message Date
sh0u
9cb6a92264
Update package.json
Add dependencies "com.unity.test-framework"
2024-09-11 20:28:24 +09:00
ousttrue
a1c9157215 breaking 2024-09-06 15:43:07 +09:00
ousttrue
c584f2850f go.AddComponent<Animator>() が既存で失敗する対策 2024-09-06 14:24:08 +09:00
ousttrue
6e201b76a0
Merge branch 'master' into feature/vrm0fastbone_use_springbonejobs 2024-09-05 18:29:40 +09:00
ousttrue
4a6ea20825 LINQ的削減 2024-09-05 17:43:31 +09:00
ousttrue
e7b4c6106f MakeBufferAsync 2024-09-05 17:19:38 +09:00
ousttrue
f83c8260ab Unregister 呼んでなかった 2024-09-05 16:55:12 +09:00
Masataka SUMI
8e31473295
Merge branch 'master' into feature/additional-lights-on-forward-plus-renderer 2024-09-05 16:53:42 +09:00
ousttrue
005b64d18f null check 2024-09-05 15:39:22 +09:00
ousttrue
c47e1018b0 gizmo 2024-09-05 15:35:00 +09:00
ousttrue
0f191e5e8f vrm-0.x の fastspringbone の処理は、 vrm-1.0 版と同じものを使う 2024-09-05 15:27:29 +09:00
ousttrue
9c8c98a567 UniGTLF/Runtime/SpringBoneJobs from VRM10/Runtime/FastSpringBone 2024-09-05 13:55:12 +09:00
Naoki Miyanaga
1fb369db06 add lighting for additional lights on forward+ renderer on URP 2024-09-04 17:43:31 +09:00
ousttrue
68019df691 abs, name 2024-09-03 18:15:36 +09:00
ousttrue
31f2b5eb0c SpringBone を scaling に連動させる ScalingParams パラメーター 2024-09-03 16:31:45 +09:00
ousttrue
1de2149802
Merge branch 'master' into fix/springbone_refactoring 2024-09-03 16:03:50 +09:00
ousttrue
014530b400 readonly
SceneInfo に ColliderGroups を投入するの忘れていた
2024-09-03 15:59:16 +09:00
ousttrue
8ffbd7751a
Merge branch 'master' into fix/samples_urp_scene 2024-09-03 15:20:09 +09:00
ousttrue
dba1788c23 TryCollide 2024-08-30 17:58:36 +09:00
ousttrue
fc1b2a80fd comment 2024-08-30 17:37:30 +09:00
ousttrue
2cc166f193 collision 2024-08-30 17:32:27 +09:00
ousttrue
ee68e48f0f rename 2024-08-30 17:09:21 +09:00
ousttrue
c270da62e1 SpringBoneSystem 2024-08-30 16:29:37 +09:00
ousttrue
ee61629c1a sample の URP 対応 2024-08-30 14:47:27 +09:00
ousttrue
159c89af8c rename public fields 2024-08-29 21:44:21 +09:00
ousttrue
76850ba67c 回転・拡縮に対応するべく SpringBone joint の TRS を質点の位置に解決するように整理する
vrm0 > vrm0.fast > vrm1.fast の順に作業する。3つとも処理内容は同じ
2024-08-29 21:40:45 +09:00
ousttrue
40c4777361 [vrm-1.0][editor][play] call SpringBone.ReconstructSpringBone when changed
#2410
2024-08-28 17:28:41 +09:00
ousttrue
bae7c17fe4 [vrm-1.0] ScriptedImporter で対象Assetにアイコンをセットする 2024-08-27 16:21:28 +09:00
ousttrue
4e429e1be5
Merge branch 'master' into fix/vrm1_bytelength_test 2024-08-27 14:00:59 +09:00
ousttrue
5e8f59661f
Merge branch 'master' into feature/add-importer-context-settings 2024-08-26 20:57:19 +09:00
ousttrue
5d3c66513c mesh export 時の byteLength 確認テスト。
#2413
2024-08-26 20:41:06 +09:00
二酸化カメレオン
5a24145e86 Fix Buffer ByteLength field Value when glTF exporting 2024-08-25 20:01:02 +09:00
tsgcpp
a500e433bb fix typo in Vrm10RuntimeSpringBone.cs 2024-08-17 22:04:45 +09:00
tsgcpp
643742dcf9 remove a space in a path "Vrm10RuntimeSpringBone.cs" 2024-08-17 22:02:07 +09:00
iruca3
8881882873
Introduce ImporterContextSettings for handling loading animation and
axes conversion.

Refs: https://github.com/vrm-c/UniVRM/pull/1719#discussion_r908105469
2024-08-17 13:35:27 +09:00
ousttrue
79caa1096d HideInCallstackAttribute is from 2021.3.23f1 2024-08-05 15:46:37 +09:00
ousttrue
aa119a3b25
Merge branch 'master' into animNullShader 2024-08-05 13:10:54 +09:00
Masataka SUMI
6842cd933c
VrmAnimation depends on IMaterialDescriptorGenerator instead of "Standard" 2024-08-03 03:01:45 +09:00
Masataka SUMI
de9713a768
refactor 2024-08-03 02:45:54 +09:00
Masataka SUMI
d17f03c45d
null check 2024-08-03 02:06:51 +09:00
Masataka SUMI
7a801071bd
refactoring 2024-08-03 01:47:21 +09:00
Masataka SUMI
0e0455f7d8
Implements UrpUnlitContext 2024-08-03 01:38:34 +09:00
Masataka SUMI
5f7a38989c
Implements Universal Render Pipeline/Unlit Material Exporter 2024-08-03 01:12:54 +09:00
Masataka SUMI
39c01b2966
Refactoring 2024-08-03 01:02:33 +09:00
Masataka SUMI
ee1bdc701f
add exporting support UniUnlit in URP 2024-08-03 01:02:12 +09:00
Masataka SUMI
d3439abc52
Implements UrpFallbackMaterialExporter 2024-08-03 01:00:53 +09:00
Masataka SUMI
182fdbe8b0
Implements UrpUniUnlitMaterialExporter 2024-08-03 01:00:21 +09:00
ousttrue
786541e735 breaking ! 2024-08-02 19:46:48 +09:00
Masataka SUMI
8bffa2f571
remember instance assigning 2024-08-02 18:37:26 +09:00
Masataka SUMI
e27a20b348 not make UrpLitContext sealed 2024-08-02 13:43:12 +09:00