Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Lustabel

Pages: [1]
1
Would be enough for me to find the object to access to it's current material to edit it and assign it to the object via script.

2
I'm using a custom shader, but I cannot find the arguments at NGUI script to change the material tint color to apply it to my custom shader.



Thank you very much for the help.

3
NGUI 3 Support / Re: Exception Java Failed
« on: September 13, 2014, 10:55:03 AM »
I-ve ben getting more errors, finally I decided to update again, and I got a new error.

NGUI v3.7.2
Unity v4.5.4f1

New error:

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\New Unity Project\Temp\StagingArea\Data\ConvertedDotNetCode\global\UIWidget.as(102): col: 17 Error: Call to a possibly undefined method op_Inequality through a reference with static type Class.

         if (Function.op_Inequality(this.UIWidget$mOnRender$, $value)) {
                      ^


4
NGUI 3 Support / Re: Exception Java Failed
« on: September 10, 2014, 03:11:11 PM »
I updated up to version 3.7.1 and started a new project, then imported NGUI.

The new error is:

Assets/NGUI/Scripts/Internal/EventDelegate.cs(110,83): error CS1061: Type `object' does not contain a definition for `GeType' and no extension method `GeType' of type `object' could be found (are you missing a using directive or an assembly reference?)


5
NGUI 3 Support / Exception Java Failed
« on: September 03, 2014, 05:28:23 AM »
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);
                                             ^


Pages: [1]