-----CompilerOutput:-stderr----------
Assets/NGUI/Scripts/UI/UIFont.cs(644,38): error CS1502: The best overloaded method match for `UnityEngine.Font.GetCharacterInfo(char, out UnityEngine.CharacterInfo, int, UnityEngine.FontStyle)' has some invalid arguments
C:\Program Files (x86)\Unity\Editor\Data\Managed\UnityEngine.dll (Location of the symbol related to previous error)
Assets/NGUI/Scripts/UI/UIFont.cs(644,38): error CS1503: Argument `#2' cannot convert `CharacterInfo' expression to type `UnityEngine.CharacterInfo'
Assets/NGUI/Scripts/UI/UIFont.cs(645,62): error CS1061: Type `CharacterInfo' does not contain a definition for `vert' and no extension method `vert' of type `CharacterInfo' could be found (are you missing a using directive or an assembly reference?)
Assets/NGUI/Scripts/UI/UIFont.cs(736,58): error CS1502: The best overloaded method match for `UnityEngine.Font.GetCharacterInfo(char, out UnityEngine.CharacterInfo, int, UnityEngine.FontStyle)' has some invalid arguments
C:\Program Files (x86)\Unity\Editor\Data\Managed\UnityEngine.dll (Location of the symbol related to previous error)
Assets/NGUI/Scripts/UI/UIFont.cs(736,58): error CS1503: Argument `#2' cannot convert `CharacterInfo' expression to type `UnityEngine.CharacterInfo'
Assets/NGUI/Scripts/UI/UIFont.cs(737,78): error CS1061: Type `CharacterInfo' does not contain a definition for `width' and no extension method `width' of type `CharacterInfo' could be found (are you missing a using directive or an assembly reference?)
Assets/NGUI/Scripts/UI/UIFont.cs(824,50): error CS1502: The best overloaded method match for `UnityEngine.Font.GetCharacterInfo(char, out UnityEngine.CharacterInfo, int, UnityEngine.FontStyle)' has some invalid arguments
C:\Program Files (x86)\Unity\Editor\Data\Managed\UnityEngine.dll (Location of the symbol related to previous error)
Assets/NGUI/Scripts/UI/UIFont.cs(824,50): error CS1503: Argument `#2' cannot convert `CharacterInfo' expression to type `UnityEngine.CharacterInfo'
Assets/NGUI/Scripts/UI/UIFont.cs(825,66): error CS1061: Type `CharacterInfo' does not contain a definition for `width' and no extension method `width' of type `CharacterInfo' could be found (are you missing a using directive or an assembly reference?)
Assets/NGUI/Scripts/UI/UIFont.cs(953,50): error CS1502: The best overloaded method match for `UnityEngine.Font.GetCharacterInfo(char, out UnityEngine.CharacterInfo, int, UnityEngine.FontStyle)' has some invalid arguments
C:\Program Files (x86)\Unity\Editor\Data\Managed\UnityEngine.dll (Location of the symbol related to previous error)
Assets/NGUI/Scripts/UI/UIFont.cs(953,50): error CS1503: Argument `#2' cannot convert `CharacterInfo' expression to type `UnityEngine.CharacterInfo'
Assets/NGUI/Scripts/UI/UIFont.cs(954,78): error CS1061: Type `CharacterInfo' does not contain a definition for `width' and no extension method `width' of type `CharacterInfo' could be found (are you missing a using directive or an assembly reference?)
Assets/NGUI/Scripts/UI/UIFont.cs(954,61): error CS1502: The best overloaded method match for `UnityEngine.Mathf.RoundToInt(float)' has some invalid arguments
C:\Program Files (x86)\Unity\Editor\Data\Managed\UnityEngine.dll (Location of the symbol related to previous error)
Assets/NGUI/Scripts/UI/UIFont.cs(954,61): error CS1503: Argument `#1' cannot convert `object' expression to type `float'
Assets/NGUI/Scripts/UI/UIFont.cs(1273,59): error CS1502: The best overloaded method match for `UnityEngine.Font.GetCharacterInfo(char, out UnityEngine.CharacterInfo, int, UnityEngine.FontStyle)' has some invalid arguments
C:\Program Files (x86)\Unity\Editor\Data\Managed\UnityEngine.dll (Location of the symbol related to previous error)
Assets/NGUI/Scripts/UI/UIFont.cs(1273,59): error CS1503: Argument `#2' cannot convert `CharacterInfo' expression to type `UnityEngine.CharacterInfo'
Assets/NGUI/Scripts/UI/UIFont.cs(1276,72): error CS1061: Type `CharacterInfo' does not contain a definition for `vert' and no extension method `vert' of type `CharacterInfo' could be found (are you missing a using directive or an assembly reference?)
Assets/NGUI/Scripts/UI/UIFont.cs(1277,72): error CS1061: Type `CharacterInfo' does not contain a definition for `vert' and no extension method `vert' of type `CharacterInfo' could be found (are you missing a using directive or an assembly reference?)
Assets/NGUI/Scripts/UI/UIFont.cs(1279,73): error CS1061: Type `CharacterInfo' does not contain a definition for `vert' and no extension method `vert' of type `CharacterInfo' could be found (are you missing a using directive or an assembly reference?)
Assets/NGUI/Scripts/UI/UIFont.cs(1280,73): error CS1061: Type `CharacterInfo' does not contain a definition for `vert' and no extension method `vert' of type `CharacterInfo' could be found (are you missing a using directive or an assembly reference?)
Assets/NGUI/Scripts/UI/UIFont.cs(1282,54): error CS1061: Type `CharacterInfo' does not contain a definition for `uv' and no extension method `uv' of type `CharacterInfo' could be found (are you missing a using directive or an assembly reference?)
Assets/NGUI/Scripts/UI/UIFont.cs(1283,54): error CS1061: Type `CharacterInfo' does not contain a definition for `uv' and no extension method `uv' of type `CharacterInfo' could be found (are you missing a using directive or an assembly reference?)
Assets/NGUI/Scripts/UI/UIFont.cs(1284,54): error CS1061: Type `CharacterInfo' does not contain a definition for `uv' and no extension method `uv' of type `CharacterInfo' could be found (are you missing a using directive or an assembly reference?)
Assets/NGUI/Scripts/UI/UIFont.cs(1285,54): error CS1061: Type `CharacterInfo' does not contain a definition for `uv' and no extension method `uv' of type `CharacterInfo' could be found (are you missing a using directive or an assembly reference?)
Assets/NGUI/Scripts/UI/UIFont.cs(1287,69): error CS1061: Type `CharacterInfo' does not contain a definition for `width' and no extension method `width' of type `CharacterInfo' could be found (are you missing a using directive or an assembly reference?)
Assets/NGUI/Scripts/UI/UIFont.cs(1291,51): error CS1061: Type `CharacterInfo' does not contain a definition for `flipped' and no extension method `flipped' of type `CharacterInfo' could be found (are you missing a using directive or an assembly reference?)
-----EndCompilerOutput---------------
- Finished compile Library/ScriptAssemblies/Assembly-CSharp.dll
Assets/NGUI/Scripts/UI/UIFont.cs(644,38): error CS1502: The best overloaded method match for `UnityEngine.Font.GetCharacterInfo(char, out UnityEngine.CharacterInfo, int, UnityEngine.FontStyle)' has some invalid arguments
(Filename: Assets/NGUI/Scripts/UI/UIFont.cs Line: 644)
Assets/NGUI/Scripts/UI/UIFont.cs(644,38): error CS1503: Argument `#2' cannot convert `CharacterInfo' expression to type `UnityEngine.CharacterInfo'
(Filename: Assets/NGUI/Scripts/UI/UIFont.cs Line: 644)
Assets/NGUI/Scripts/UI/UIFont.cs(645,62): error CS1061: Type `CharacterInfo' does not contain a definition for `vert' and no extension method `vert' of type `CharacterInfo' could be found (are you missing a using directive or an assembly reference?)
(Filename: Assets/NGUI/Scripts/UI/UIFont.cs Line: 645)
Assets/NGUI/Scripts/UI/UIFont.cs(736,58): error CS1502: The best overloaded method match for `UnityEngine.Font.GetCharacterInfo(char, out UnityEngine.CharacterInfo, int, UnityEngine.FontStyle)' has some invalid arguments
(Filename: Assets/NGUI/Scripts/UI/UIFont.cs Line: 736)
Assets/NGUI/Scripts/UI/UIFont.cs(736,58): error CS1503: Argument `#2' cannot convert `CharacterInfo' expression to type `UnityEngine.CharacterInfo'
(Filename: Assets/NGUI/Scripts/UI/UIFont.cs Line: 736)
Assets/NGUI/Scripts/UI/UIFont.cs(737,78): error CS1061: Type `CharacterInfo' does not contain a definition for `width' and no extension method `width' of type `CharacterInfo' could be found (are you missing a using directive or an assembly reference?)
(Filename: Assets/NGUI/Scripts/UI/UIFont.cs Line: 737)
Assets/NGUI/Scripts/UI/UIFont.cs(824,50): error CS1502: The best overloaded method match for `UnityEngine.Font.GetCharacterInfo(char, out UnityEngine.CharacterInfo, int, UnityEngine.FontStyle)' has some invalid arguments
(Filename: Assets/NGUI/Scripts/UI/UIFont.cs Line: 824)
Assets/NGUI/Scripts/UI/UIFont.cs(824,50): error CS1503: Argument `#2' cannot convert `CharacterInfo' expression to type `UnityEngine.CharacterInfo'
(Filename: Assets/NGUI/Scripts/UI/UIFont.cs Line: 824)
Assets/NGUI/Scripts/UI/UIFont.cs(825,66): error CS1061: Type `CharacterInfo' does not contain a definition for `width' and no extension method `width' of type `CharacterInfo' could be found (are you missing a using directive or an assembly reference?)
(Filename: Assets/NGUI/Scripts/UI/UIFont.cs Line: 825)
Assets/NGUI/Scripts/UI/UIFont.cs(953,50): error CS1502: The best overloaded method match for `UnityEngine.Font.GetCharacterInfo(char, out UnityEngine.CharacterInfo, int, UnityEngine.FontStyle)' has some invalid arguments
(Filename: Assets/NGUI/Scripts/UI/UIFont.cs Line: 953)
Assets/NGUI/Scripts/UI/UIFont.cs(953,50): error CS1503: Argument `#2' cannot convert `CharacterInfo' expression to type `UnityEngine.CharacterInfo'
(Filename: Assets/NGUI/Scripts/UI/UIFont.cs Line: 953)
Assets/NGUI/Scripts/UI/UIFont.cs(954,78): error CS1061: Type `CharacterInfo' does not contain a definition for `width' and no extension method `width' of type `CharacterInfo' could be found (are you missing a using directive or an assembly reference?)
(Filename: Assets/NGUI/Scripts/UI/UIFont.cs Line: 954)
Assets/NGUI/Scripts/UI/UIFont.cs(954,61): error CS1502: The best overloaded method match for `UnityEngine.Mathf.RoundToInt(float)' has some invalid arguments
(Filename: Assets/NGUI/Scripts/UI/UIFont.cs Line: 954)
Assets/NGUI/Scripts/UI/UIFont.cs(954,61): error CS1503: Argument `#1' cannot convert `object' expression to type `float'
(Filename: Assets/NGUI/Scripts/UI/UIFont.cs Line: 954)
Assets/NGUI/Scripts/UI/UIFont.cs(1273,59): error CS1502: The best overloaded method match for `UnityEngine.Font.GetCharacterInfo(char, out UnityEngine.CharacterInfo, int, UnityEngine.FontStyle)' has some invalid arguments
(Filename: Assets/NGUI/Scripts/UI/UIFont.cs Line: 1273)
Assets/NGUI/Scripts/UI/UIFont.cs(1273,59): error CS1503: Argument `#2' cannot convert `CharacterInfo' expression to type `UnityEngine.CharacterInfo'
(Filename: Assets/NGUI/Scripts/UI/UIFont.cs Line: 1273)
Assets/NGUI/Scripts/UI/UIFont.cs(1276,72): error CS1061: Type `CharacterInfo' does not contain a definition for `vert' and no extension method `vert' of type `CharacterInfo' could be found (are you missing a using directive or an assembly reference?)
(Filename: Assets/NGUI/Scripts/UI/UIFont.cs Line: 1276)
Error: Analytics Event: 5(Compiler*error CS1061*Type `CharacterInfo' does not contain a definition for `vert' and no extension method `vert' of type `CharacterInfo' could be found (are you missing a using directive or an assembly reference?))(1): skipped because it was sent more than once in 0.10 seconds
Assets/NGUI/Scripts/UI/UIFont.cs(1277,72): error CS1061: Type `CharacterInfo' does not contain a definition for `vert' and no extension method `vert' of type `CharacterInfo' could be found (are you missing a using directive or an assembly reference?)
(Filename: Assets/NGUI/Scripts/UI/UIFont.cs Line: 1277)
Error: Analytics Event: 5(Compiler*error CS1061*Type `CharacterInfo' does not contain a definition for `vert' and no extension method `vert' of type `CharacterInfo' could be found (are you missing a using directive or an assembly reference?))(1): skipped because it was sent more than once in 0.10 seconds
Assets/NGUI/Scripts/UI/UIFont.cs(1279,73): error CS1061: Type `CharacterInfo' does not contain a definition for `vert' and no extension method `vert' of type `CharacterInfo' could be found (are you missing a using directive or an assembly reference?)
(Filename: Assets/NGUI/Scripts/UI/UIFont.cs Line: 1279)
Error: Analytics Event: 5(Compiler*error CS1061*Type `CharacterInfo' does not contain a definition for `vert' and no extension method `vert' of type `CharacterInfo' could be found (are you missing a using directive or an assembly reference?))(1): skipped because it was sent more than once in 0.10 seconds
Assets/NGUI/Scripts/UI/UIFont.cs(1280,73): error CS1061: Type `CharacterInfo' does not contain a definition for `vert' and no extension method `vert' of type `CharacterInfo' could be found (are you missing a using directive or an assembly reference?)
(Filename: Assets/NGUI/Scripts/UI/UIFont.cs Line: 1280)
Assets/NGUI/Scripts/UI/UIFont.cs(1282,54): error CS1061: Type `CharacterInfo' does not contain a definition for `uv' and no extension method `uv' of type `CharacterInfo' could be found (are you missing a using directive or an assembly reference?)
(Filename: Assets/NGUI/Scripts/UI/UIFont.cs Line: 1282)
Error: Analytics Event: 5(Compiler*error CS1061*Type `CharacterInfo' does not contain a definition for `uv' and no extension method `uv' of type `CharacterInfo' could be found (are you missing a using directive or an assembly reference?))(1): skipped because it was sent more than once in 0.10 seconds
Assets/NGUI/Scripts/UI/UIFont.cs(1283,54): error CS1061: Type `CharacterInfo' does not contain a definition for `uv' and no extension method `uv' of type `CharacterInfo' could be found (are you missing a using directive or an assembly reference?)
(Filename: Assets/NGUI/Scripts/UI/UIFont.cs Line: 1283)
Error: Analytics Event: 5(Compiler*error CS1061*Type `CharacterInfo' does not contain a definition for `uv' and no extension method `uv' of type `CharacterInfo' could be found (are you missing a using directive or an assembly reference?))(1): skipped because it was sent more than once in 0.10 seconds
Assets/NGUI/Scripts/UI/UIFont.cs(1284,54): error CS1061: Type `CharacterInfo' does not contain a definition for `uv' and no extension method `uv' of type `CharacterInfo' could be found (are you missing a using directive or an assembly reference?)
(Filename: Assets/NGUI/Scripts/UI/UIFont.cs Line: 1284)
Error: Analytics Event: 5(Compiler*error CS1061*Type `CharacterInfo' does not contain a definition for `uv' and no extension method `uv' of type `CharacterInfo' could be found (are you missing a using directive or an assembly reference?))(1): skipped because it was sent more than once in 0.10 seconds
Assets/NGUI/Scripts/UI/UIFont.cs(1285,54): error CS1061: Type `CharacterInfo' does not contain a definition for `uv' and no extension method `uv' of type `CharacterInfo' could be found (are you missing a using directive or an assembly reference?)
(Filename: Assets/NGUI/Scripts/UI/UIFont.cs Line: 1285)
Assets/NGUI/Scripts/UI/UIFont.cs(1287,69): error CS1061: Type `CharacterInfo' does not contain a definition for `width' and no extension method `width' of type `CharacterInfo' could be found (are you missing a using directive or an assembly reference?)
(Filename: Assets/NGUI/Scripts/UI/UIFont.cs Line: 1287)
Assets/NGUI/Scripts/UI/UIFont.cs(1291,51): error CS1061: Type `CharacterInfo' does not contain a definition for `flipped' and no extension method `flipped' of type `CharacterInfo' could be found (are you missing a using directive or an assembly reference?)
(Filename: Assets/NGUI/Scripts/UI/UIFont.cs Line: 1291)
- Finished compile Library/ScriptAssemblies/Assembly-UnityScript.dll