Search found 5 matches

by Grimmy
04 Sep 2013, 14:02
Forum: General Discussion
Replies: 4
Views: 3095

Re: Unity3d -Javascript Examples?

Cool, I got a slight variation on your code working fine. Hopefully JS will be supported/encouraged because there's a lot of users out there. Here's the code that works perfectly in Unity3d.. var button01 : Noesis.Button; var mainGUI : NoesisGUIPanel; var grid : Noesis.Grid; function Start () { main...
by Grimmy
04 Sep 2013, 13:32
Forum: General Discussion
Replies: 4
Views: 3095

Re: Unity3d -Javascript Examples?

Cool thanks. Now my next step also gives me an error when I run the game... InvalidCastException: Cannot cast from source type to destination type. I's clearly something to do with the button click function. I am trying to retrofit from the C# examples on the site. Any ideas> function Start () { mai...
by Grimmy
04 Sep 2013, 13:04
Forum: General Discussion
Replies: 1
Views: 1848

Using Noesis as part of an Unity3d Asset Store Package?

Lets say I want to build an asset for sale on the asset store that contains some Noesis GUI. (Eg A photoviewer or some widget thing) Is there a distributable noesis I can package up with my asset,or should I do something else? Or am I even allowed to? Thanks P.S..sorry for all the newbie questions. ...
by Grimmy
04 Sep 2013, 12:52
Forum: General Discussion
Replies: 12
Views: 6616

Noesis>Playmaker

Any plans to make a set of simple actions to integrate with the Unity plugin 'Playmaker'?? I see this could really help a lot of users hooking up the XAML>Unity events.
by Grimmy
04 Sep 2013, 12:49
Forum: General Discussion
Replies: 4
Views: 3095

Unity3d -Javascript Examples?

Hi all, are there any examples of Noesis integrating with Javascript/Unityscript inside Unity3d? I'm just trying to register a very simple button click in Unity button I am stumped at the start. I'm getting the following error :BCE0164: Cannot infer generic arguments for method 'NoesisGUIPanel.GetRo...