Page 9 of 10

Re: noesisGUI v1.2 BETA 8

Posted: 16 Feb 2015, 01:23
by elecman
Ok, done.

Re: noesisGUI v1.2 BETA 8

Posted: 18 Feb 2015, 12:41
by elecman
Is the error reporting mature? Often I get this message:
"Please, fix all XAML errors before hitting PLAY"
But no errors are shown either in the console or on the NoesisGUIPanel.

Re: noesisGUI v1.2 BETA 8

Posted: 18 Feb 2015, 14:48
by jsantos
There is probably a XAML with errors. Test to do a full rebuild (Tools->NoesisGUI). I am going to investigate if we can dump the list of problematic XAMLs there...

Re: noesisGUI v1.2 BETA 8

Posted: 19 Feb 2015, 01:33
by elecman
I also noticed that if an xaml is in on of the project folders, it gets compiled or interpreted by NoesisGUI, even though it is not referenced by any GuiPanel, thus any error information normally thrown by the GuiPanel is lost. Is this intended?

Re: noesisGUI v1.2 BETA 8

Posted: 19 Feb 2015, 04:03
by jsantos
Yes, we preprocess all the XAMLs included inside /Assets. Each time a XAML is modified, it is built and copied to the /StreamingAssets folder. We have tried a better integration in the past, but unsuccessfully because the Unity architecture is very limited whenever you want to expand the number of type assets. Besides, you can load XAML by code, without being referenced from a GUIPanel.

But we are open to suggestions here...

Re: noesisGUI v1.2 BETA 8

Posted: 20 Feb 2015, 02:07
by elecman
That's ok, but in that case I would post all error messages of all xaml files in the assets folder in the console, not on the GuiPanel.

Re: noesisGUI v1.2 BETA 8

Posted: 21 Feb 2015, 19:49
by jsantos
That's ok, but in that case I would post all error messages of all xaml files in the assets folder in the console, not on the GuiPanel.
Yes, you mean when hitting play showing all the problematic XAMLs right?

Re: noesisGUI v1.2 RC2

Posted: 21 Feb 2015, 19:50
by jsantos
We have released v1.2 Release Candidate! Please, download and test.

Re: noesisGUI v1.2 BETA 8

Posted: 23 Feb 2015, 06:47
by elecman
Yes, you mean when hitting play showing all the problematic XAMLs right?
Yes, indeed. That would be helpful.

Re: noesisGUI v1.2 RC2

Posted: 23 Feb 2015, 09:41
by golgepapaz
We have released v1.2 Release Candidate! Please, download and test.
So,Does it work with unity5 64-bit?