Commit Graph

14 Commits

Author SHA1 Message Date
ousttrue
e1c6758afc ForceTransformUniqueName.Process 2025-04-17 03:13:22 +09:00
ousttrue
84248730d5 BuildHumanAvatarFromMap の中で ForceTransformUniqueName.Process しない 2025-04-16 15:49:34 +09:00
ousttrue
823fb087f5 BuildHumanAvatarFromMap.BuildHumanAvatarFromMap forceRename 2025-04-16 15:44:48 +09:00
ousttrue
07f4c0e52a AvatarDescription 減らし 2025-04-16 15:34:51 +09:00
ousttrue
f184f29fa9 AvatarDescription を使うところを減らして、HumanoidLoader を使う 2025-04-16 15:34:51 +09:00
ousttrue
fbb9932d0c すべての経路で ForceTransformUniqueName.Process するようにした 2025-04-16 15:34:51 +09:00
ousttrue
7732955ca0 editor, sample 2025-02-05 13:56:13 +09:00
ousttrue
be20563059 GetComponent を置き換え。
TryGetComponent
GetComponentOrThrow(拡張関数)
GetComponentOrNull(拡張関数)

sample と test は据え置き
2024-07-24 22:09:30 +09:00
Masataka SUMI
e9da5e2b7b mv VRMShaders namespace to UniGLTF 2024-07-20 23:47:45 +09:00
Isamu Mogi
7e3f17fe1d Fix the compilation error on a non-windows environment
Fixed the following compilation error:

```
Assets/UniGLTF_Samples/GltfViewer/OpenFileDialog/OpenFileDialog.cs(10,13): error CS0103: The name 'Debug' does not exist in the current context
```
2022-11-15 17:35:08 +09:00
ousttrue
bf5eee2fba fix EditorUtility.OpenFilePanel 2022-10-24 14:57:55 +09:00
朱志翔
f98dd19c6f Packageに導入される時の警告を消す
[Issue 1627](https://github.com/vrm-c/UniVRM/issues/1627) のことです。
2022-10-10 10:04:39 +09:00
ousttrue
717ff82f1d コード整理
* glb/gltf ロード機能をオミット => GltfViewer を参照
* inner class SimpleViewer.Loaded を別ファイルに分離
* FileDialog を別フォルダに分離
2022-10-03 16:41:21 +09:00
ousttrue
85702ea5b0 GltfViewer 2022-10-03 14:16:17 +09:00