Version: 2020.1
言語: 日本語

ImageConversion.EnableLegacyPngGammaRuntimeLoadBehavior

マニュアルに切り替える
public static bool EnableLegacyPngGammaRuntimeLoadBehavior ;

説明

Enables legacy PNG runtime import behavior.

In previous versions of Unity, texture data from all PNG textures containing a gAMA block was returned in gamma 2.0 space. If you want to retain this old behavior, for example when working with older projects that dynamically load textures using ImageConversion.LoadImage or Texture2D.Texture2D, set this flag to true.