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