Search found 6 matches

by StrayThought
01 Mar 2024, 14:47
Forum: General Discussion
Replies: 6
Views: 273

Re: Unity/C# without XAML?

Good to know, thanks Jesús.
by StrayThought
29 Feb 2024, 13:06
Forum: General Discussion
Replies: 6
Views: 273

Re: Unity/C# without XAML?

Alright, thanks. I'll stick with code only solution for now as it's cleaner overall for my use-case. Cheers.
by StrayThought
29 Feb 2024, 12:31
Forum: General Discussion
Replies: 6
Views: 273

Re: Unity/C# without XAML?

Thanks for the reply. I already have a data binding setup, but AFAIK it can't support grouping, group headers, collapsible sections, etc. right? Doing it in code is so much easier. Or can the data binding select item by item and use a different data template for it in a scrolling list?
by StrayThought
28 Feb 2024, 12:06
Forum: General Discussion
Replies: 6
Views: 273

Unity/C# without XAML?

Are there any samples for building GUI entirely in C# without XAML? My use-case is I have a bunch of controls in a scrollable list and need group headers, sliders, checkboxes and buttons in the scrolling list. I prefer to just build all of it in code rather than XAML. I can't seem to find any exampl...
by StrayThought
19 Feb 2024, 10:25
Forum: General Discussion
Replies: 3
Views: 798

Re: VSCode <-> Unity error

I upgraded to latest 3.2.3 and when editing the XAML file in VSCode periodically the Unity editor crashes in the background. I can't seem to get it to reproduce with a set of exact steps, but it only takes a minute of editing to get it to crash. In my specific case, here is what I did: 1. In Unity, ...
by StrayThought
04 Feb 2024, 13:44
Forum: General Discussion
Replies: 3
Views: 798

VSCode <-> Unity error

Hi, Just setup Noesis in Unity and working through tutorial content. Encountered an error (log message below). 1. Installed the Hello World sample 2. Selected the "MainWindow" file in Unity, live preview plays fine 3. Switched to VSCode, edited "World" to be "There", sw...