1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Unity 6.1でColorにプリセット色がたくさん追加された

Posted at

Unity 6.1において、UnityEngine.Color構造体にaliceBlue、antiqueWhite、aquamarine・・・などなど他多数のプリセット色が、staticなプロパティーとして追加されました。

Unity 6.0までは、プリセット色として11プロパティー(greyとgrayは同一なので、実質10色)あったのが、Unity 6.1でかなり増えています。

Unity 6.1ではリファレンスには、157プロパティーくらいありそうです。


ちなみにUnity 6.1のリリースノートには、

Editor: All colors from Color.cs are now presented as defaults in the Color Picker window.

の一文がありました。Color Pickerのバージョン間の比較を次に示します。

Unity 6.0 Unity 6.1
スクリーンショット 2025-05-09 23.17.37.png スクリーンショット 2025-05-09 23.10.31.png

たしかにUnity 6.1では、Color PickerにDefaultsセクションが増えていますね。


Rider 2025.1では、Unity 6.1追加された色にも対応済みです。

スクリーンショット 2025-05-09 23.29.53.png

1
0
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
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?