Unsupported int type Vector3f ERROR

I have this error for 8 Times when i press “Play” button, and 8 times more when i stop the game.

“Unsupported int type Vector3f”

I dont have any idea where is the problem.

Thanks,

I have a possible reason to this problem.

Did you have a variable of the type int and then change it to type Vector3 while keeping the same variable name?

That’s what showed the error for me. When I changed it back to int and created a new Vector3 variable it disappeared and then I got rid of the int variable.

That was it. Looks like Unity had a bit of attic clutter left over after I changed the type of a public variable. Was a texture, changed it to a GUIStyle. Editor interface just got stuck on the old parameter types.