utekai

Results 31 comments of utekai

That doesn't necessarily make it a bug, it just describes how it works. Once a class is initialized and the constructor set 'ReceiveSceneUpdates = true;' then the OnUpdate method will...

When I read 'ReceiveSceneUpdates' all my eyes see is 'x'. So 'x = true' vs 'y = true' is what you're pushing for? Yes. I'd like to see NavigationMesh working...

> node isn't in a scene Also, I'm referring to a formal Component, rather than a node. The components, constructed but not node-attached, are part OF the scene, just not...

And ... to add to the list of major not-working features ... Shadows on UWP. It would be good to be able to see shadows. They work fine on WinForms...

You have to specify the path for your assets/data, in the initialization of the view for the Application.

Start with working samples. It's at times challenging to set up a new fresh project without some background skills of using the samples.

Look at how the WPF sample handles this. Rather simple ... once the pattern in use is understood. That sample has all the feature samples in a menu and as...

I interpret that message to mean to provide this handler: ``` static void Application_UnhandledException(object sender, UnhandledExceptionEventArgs e) { e.Handled = true; } ``` and this linkage: ``` Application.UnhandledException += Application_UnhandledException;...

> pause the Application on the UrhoSurface that is on the MainForm I"m able to pause my application, drop out of it into the main OS and run any application...

Cross your fingers on this one ... hope for the best.