0
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

UnityでLive2Dモデルの線がジャギジャギしてしまったときの対処方法

Posted at

環境

  • macOS Mojave 10.14.6
  • Unity 2019.2.17f1
  • Cubism SDK For Unity 4-r.1

起こったこと

厳密に再現する条件は分かりませんが、ある時点より、UnityでLive2Dモデルを読み込むと、モデルの画質が劣化するようになりました。

問題発生前
iOS の画像 (1).png

問題発生後
iOS の画像 (2).png

Unityで新規プロジェクトを作成し、CubismSDKを一からインストールし直しても依然として改善せず、むしろ何故以前はくっきりと線が出ていたのか?という状態でした。

対策

結局、モデルのテクスチャimport settingsにて、FormatをAutomatic→RGBA 32bitへ変更することで解決しました。
image.png

線がくっきり出ています。
image.png

0
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?