Commit Graph

629 Commits

Author SHA1 Message Date
ousttrue
19f47a7d1c RuntimeOnlyAwaitCaller if isPlaying 2022-02-24 19:22:59 +09:00
ousttrue
3c873cdbaa fix await caller. ハイレベルAPI で awaitCaller=null 引き数を受ける関数が、new ImmediateCaller する 2022-02-24 19:15:59 +09:00
ousttrue
bd97a4f47f
Merge pull request #1545 from ousttrue/fix/new_immediatecaller
remove `awaitCaller ?? new ImmediateCaller()`
2022-02-22 18:20:20 +09:00
ousttrue
f49e651590
Merge pull request #1542 from ousttrue/fix10/skip_empty_mesh
skip empty mesh
2022-02-22 18:17:04 +09:00
ousttrue
c467ede04f
Merge pull request #1531 from ousttrue/fix/system_numerics_to_unityengine
Fix/system numerics to unityengine
2022-02-22 18:13:44 +09:00
notargs
e2a2c073c9 Fix springbone center logic 2022-02-21 18:25:00 +09:00
ousttrue
faebd43771 remove awaitCaller ?? new ImmediateCaller()
上流の awaitCaller を下流に使ってないことも修正
2022-02-21 16:47:44 +09:00
ousttrue
3156d0c74c skip empty mesh 2022-02-21 15:01:26 +09:00
ousttrue
c6b53148c4 remove unused 2022-02-16 16:52:27 +09:00
ousttrue
37de8f2199 Replace System.Numerics to UnityEngine 2022-02-16 16:38:18 +09:00
ousttrue
b044dc99a0 merge BufferAccessorAdapter to BufferAccessor. remove unused. 2022-02-15 20:34:23 +09:00
ousttrue
115ca18b51 BufferAccessor を UniGLTF に移動 2022-02-15 17:13:26 +09:00
ousttrue
951f22796c
Merge pull request #1523 from ousttrue/fix10/spanlike_to_nativearray
SpanLike を NativeArray で置き換える
2022-02-14 20:14:47 +09:00
ousttrue
b9d81d2cc1 use INativeArrayManager 2022-02-14 19:56:34 +09:00
ousttrue
6585ad0a98 null index check 2022-02-14 16:42:49 +09:00
ousttrue
21ac603a31 use INativeArrayManager 2022-02-14 13:22:13 +09:00
ousttrue
ae96708943 remove SpanLike 2022-02-14 13:16:09 +09:00
ousttrue
b98c2f852f BufferAccessor use NativeArray 2022-02-10 22:23:39 +09:00
ousttrue
abc9bfbe09 Vrm10ImportData use NativeArray 2022-02-10 21:03:22 +09:00
ousttrue
293a49fd31 remove ArraySegmentByteBuffer 2022-02-10 20:39:50 +09:00
ousttrue
bccad49a27 GLTF to Gltf 2022-02-10 18:53:18 +09:00
ousttrue
8d80c32a11 Merge Vrm10ExportData to ExportingGltfData 2022-02-10 18:49:48 +09:00
ousttrue
d183364687
Merge pull request #1519 from ousttrue/fix10/separate_vrm10storage
Vrm10Storageを分解
2022-02-10 16:49:03 +09:00
ousttrue
7483033bc0
Merge pull request #1520 from Santarh/updateHlapi
Define & Implements error & cancel handling explicitly about High-level VRM1.0 Loader API.
2022-02-10 14:53:58 +09:00
Masataka SUMI
6e4ef560fa throw if necessary. 2022-02-10 00:43:15 +09:00
Masataka SUMI
24f6184823 Vrm10.LoadAsync passthrough OperationCanceledException. 2022-02-10 00:26:58 +09:00
Masataka SUMI
9e06e955c3 add behaviours about function loading vrm10 has cancelled. 2022-02-09 23:14:29 +09:00
Masataka SUMI
0b77833b49 add comment 2022-02-09 20:44:29 +09:00
Masataka SUMI
23d440829e consider IAwaitCaller on VRM1.0 HLAPI 2022-02-09 20:41:13 +09:00
ousttrue
05928872cd Vrm10Storage を Vrm10ImportData と Vrm10ExportData に分解 2022-02-09 20:36:41 +09:00
Masataka SUMI
a22b4b6f52 fix cancel handling 2022-02-09 20:33:49 +09:00
Masataka SUMI
a6945d79f9 Add a minimum cancellation handling to VRM1.0 HLAPI. 2022-02-09 20:10:15 +09:00
ousttrue
720f011ae2
Merge pull request #1499 from ousttrue/fix10/simplify_vrmlib
VrmLib の整理
2022-02-09 18:28:00 +09:00
ousttrue
48e4d71c43
Merge pull request #1504 from Santarh/fixHlapi
Refactor High-level VRM-1.0 Loading API.
2022-02-04 19:52:58 +09:00
Masataka SUMI
d5c0d5a484 change name 2022-02-04 19:11:12 +09:00
ousttrue
080f05ef72
Merge pull request #1498 from 0b5vr/constraint-axes
[1.0] Constraint, freezeAxes -> axes
2022-02-04 19:01:41 +09:00
Masataka SUMI
4fefbc38c3 Change High-level VRM-1.0 loading API. 2022-02-04 18:54:58 +09:00
0b5vr
c5d330626d refactor (1.0, constraint): rename AxesMaskExtensions.Freeze -> Mask 2022-02-04 18:51:47 +09:00
ousttrue
e67448c817
Merge pull request #1503 from ousttrue/fix/gltfdata_dispose
GltfData.Dispose の呼び忘れを修正
2022-02-04 17:45:53 +09:00
ousttrue
ea53893a52
Merge pull request #1501 from 0b5vr/springbone-null
[1.0] don't export the springBone extension if there are no colliders and springs
2022-02-04 17:44:01 +09:00
ousttrue
7ce3df2a66
Merge pull request #1500 from 0b5vr/specversion
fix: add specVersion to spring bone and node constraint
2022-02-04 17:42:18 +09:00
Masataka SUMI
5d9368f919 mv Vrm10Utility to Vrm10 2022-02-04 17:22:58 +09:00
Masataka SUMI
02427e630e VRM10Utility can receive CancellationToken 2022-02-04 17:13:47 +09:00
Masataka SUMI
bb1c3d4cc1 fix comments 2022-02-04 17:12:03 +09:00
Masataka SUMI
77fbb6ff77
Merge pull request #1497 from ousttrue/fix10/vrm10data_api
Fix10/vrm10data api
2022-02-04 16:57:54 +09:00
ousttrue
d610c84751 neutral の修正漏れ 2022-02-04 16:35:30 +09:00
ousttrue
285e393ca8 fix Dispose 2022-02-04 16:34:18 +09:00
ousttrue
0d93bab539 using 2022-02-04 16:33:54 +09:00
0b5vr
14d8aeeece fix (1.0, springBone): don't export the springBone extension if there are no colliders and springs 2022-02-04 15:47:19 +09:00
0b5vr
ede3a4143c fix: add specVersion to spring bone and node constraint 2022-02-04 15:32:46 +09:00