stevensen
Topic Author
Posts: 9
Joined: 08 Jan 2020, 22:47

tutorial c# visual studio without unityd, and of course noesis

14 Mar 2020, 21:01

Hi,
I'm pretty new in Noesis.
is there easy tutorial how to use Noesis with c# and visual studio 2019 only, without unity3D?
Can find only tutorials with c++ or unity3d.
 
User avatar
jsantos
Site Admin
Posts: 3925
Joined: 20 Jan 2012, 17:18
Contact:

Re: tutorial c# visual studio without unityd, and of course noesis

17 Mar 2020, 00:17

We provide tons of examples in our C# SDK, did you try them?

We are also slowly migrating our documentation to be compatible with C++, Unity and C#. But remember, the C# SDK is the closest to WPF and there is a lot of documentation about WPF on the web.
 
stevensen
Topic Author
Posts: 9
Joined: 08 Jan 2020, 22:47

Re: tutorial c# visual studio without unityd, and of course noesis

21 Mar 2020, 17:00

Thanks for the answer!
I don't get on well and try a unity example first.
There are some lines that don't work because I probably used the current Noesis version and not the corresponding old one:
private UserControl _root;
private Storyboard _ani;
...
var gui = GetComponent<NoesisGUIPanel>();
_root = gui.GetRoot<>();
_ani = _root.FindStringResource<Storyboard>();

I believe to get the NoesisView I can use
gui = GetComponent<NoesisView>();
But how can I get the access for the Storyboard?

Remember I'm a noob
 
User avatar
jsantos
Site Admin
Posts: 3925
Joined: 20 Jan 2012, 17:18
Contact:

Re: tutorial c# visual studio without unityd, and of course noesis

21 Mar 2020, 19:56

There are some lines that don't work because I probably used the current Noesis version and not the corresponding old one:
My advice if you are new with Noesis, start with our fresh examples. They are part of each SDK, they are clean and organized to be easy to follow.

Who is online

Users browsing this forum: Ahrefs [Bot] and 42 guests