CHXAIOGE
Results
1
issues of
CHXAIOGE
the code 'fixed4 transparent = float4(float3(_Color), 0);' reports complie error in unity i think you forget to use '_Color.rgb' as a float3 value use 'fixed4 transparent = float4(float3(_Color.rgb), 0);' instead...