hi guys sorry for the disturbance,
I’ve copied a free Java script regarding how to paint in unity. without #pragma strict it runs fine, but at the time i added #pragma strict, a bundles of error appear telling Unknown identifier.
now i know that i have to identify each of this variable but the problem is what type of data type this variable handles.
example:
r = GUILayoutUtility.GetAspectRect (1);
hsb = new HSBColor (c);
cp = Vector2 (r.x+r.width/2,r.y+r.height/2);
hope someone could help me about this stuff…
thanks guys