Kisaragi

Results 189 issues of Kisaragi

```cs private void CopyTextureSetting(Texture2D fromTexture, Texture2D toTexture) { if(fromTexture == null || toTexture == null) return; string fromPath = AssetDatabase.GetAssetPath(fromTexture); string toPath = AssetDatabase.GetAssetPath(toTexture); Debug.Log($"{fromPath} => {toPath}"); var fromTextureImporter =...

bug
question
upstream

> 昼休みか終業後、ボーンの設定をやってみたい > マテリアルももう少し綺麗にしたい……リアル影使いたいよ〜〜〜〜〜 > -- https://x.com/usaginchaku_VRC/status/1889832643698757867 現状の枠組みでは不可能

enhancement
help wanted
Ph:Shader-Conversion