Hi, I'm just getting started in NeoAxis for the first time tonight.
I have experience with OpenTK and Unity.
So far I've been having fun with the engine, it's quite easy to pick up! I'm just stuck on one thing, as far as I can see there's 3 ways to code.
With the visual studio project, c# script and using the Flow Graph.
I wanted to implement something a bit more complicated so opted to go straight for the Visual Studio file way.
I can see my file there, it shows up a cs file, I inherited the Component class, but it doesn't seem to recognize it.
Is there a resource or something that I've missed where it'll make the editor recognize it as a component?
I've search the docs and examples and they only talk about c# scripts and flowgraphs.