consulo-unity3d icon indicating copy to clipboard operation
consulo-unity3d copied to clipboard

Make inspection for 'UnityEngine.Color' when constant is greater than 1

Open VISTALL opened this issue 7 years ago • 0 comments

    private Color redColor = new Color(0xC6, 0x00, 0x00, 0xFF);

VISTALL avatar Feb 07 '18 08:02 VISTALL