浏览代码

Small text fixes

/main
peeweek 6 年前
当前提交
75d753c7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      com.unity.vfx-toolbox/ImageSequencer/Editor/ImageSequencer.GUI.cs

2
com.unity.vfx-toolbox/ImageSequencer/Editor/ImageSequencer.GUI.cs


if(QualitySettings.activeColorSpace == ColorSpace.Gamma)
{
EditorGUILayout.HelpBox("Your project is configured to use Gamma color space. While this is not a breaking setting for the ImageSequencer to work, It will produce a different and unexpected results than when used in linear color space.", MessageType.Warning);
EditorGUILayout.HelpBox("Your project is configured to use Gamma color space. While this is not a breaking setting for the Image Sequencer to work, it will produce a different and unexpected results than when used in Linear color space.", MessageType.Warning);
GUILayout.Space(8);
}
}

正在加载...
取消
保存