2025-03-01から1ヶ月間の記事一覧

【Unity】ReflectionProbe.customBakedTextureを変更しても見た目が反映されないときの対処方法

やり方 ReflectionProbeのenabledをオフ、オンにすると見た目が反映されるようになります public ReflectionProbe reflectionProbe; public Texture tex; private void SetCustomBakedTexture) { reflectionProbe.customBakedTexture = tex; reflectionProbe…