Good Morning,
I just installed NGUI3 v3.6.9 and I just imported it to an empty project.
When I try to compile any scene to Flash Player I get the next errors:
C:\Users\Admin\Documents\Area GUI\Temp\StagingArea\Data\ConvertedDotNetCode\global\UILabel.as(763): col: 38 Error: Call to a possibly undefined method String_LastIndexOfAny_CharArray_Int32 through a reference with static type Class.
C:\Users\Admin\Documents\Area GUI\Temp\StagingArea\Data\ConvertedDotNetCode\global\UILabel.as(764): col: 39 Error: Call to a possibly undefined method String_IndexOfAny_CharArray_Int32 through a reference with static type Class.
Error building Player: Exception: java Failed:
Loading configuration file C:\Program Files\Unity\Editor\Data\PlaybackEngines\flashsupport\BuildTools\flex\frameworks\flex-config.xml
C:\Users\Admin\Documents\Area GUI\Temp\StagingArea\Data\ConvertedDotNetCode\global\UILabel.as(763): col: 38 Error: Call to a possibly undefined method String_LastIndexOfAny_CharArray_Int32 through a reference with static type Class.
var $num: int = StringOperations.String_LastIndexOfAny_CharArray_Int32(this.UILabel$mText$, CLIArrayFactory.NewArrayWithElements(Type.ForClass(int), 32, 10), $characterIndex) + 1;
^
C:\Users\Admin\Documents\Area GUI\Temp\StagingArea\Data\ConvertedDotNetCode\global\UILabel.as(764): col: 39 Error: Call to a possibly undefined method String_IndexOfAny_CharArray_Int32 through a reference with static type Class.
var $num2: int = StringOperations.String_IndexOfAny_CharArray_Int32(this.UILabel$mText$, CLIArrayFactory.NewArrayWithElements(Type.ForClass(int), 32, 10, 44, 46), $characterIndex);
^