Search found 38 matches

by joshmond
16 Mar 2024, 04:56
Forum: General Discussion
Replies: 1
Views: 103

Integrating NoesisGUI with Stride3d/Xenko

Hey guys, I was wondering if NoesisGUI supports integration with the C# engine Stride3d (formerly known as Xenko)? If not, how would I go about adding it manually?


Thanks
by joshmond
27 Jun 2023, 17:13
Forum: General Discussion
Replies: 6
Views: 1157

Re: Unity New UI Input System Rebinding

Nice, I will definitely look into that as well as the updated examples. Do these support runtime binding/remapping of buttons as well for both keyboard/mouse and gamepad? What I'm trying to implement is a runtime remapping system for the keys. Similar to this: Action Primary Secondary Up <W> <Up Arr...
by joshmond
23 Jun 2023, 17:39
Forum: General Discussion
Replies: 6
Views: 1157

Re: Unity New UI Input System Rebinding

That is awesome that NoesisGUI now fully supports the new input system. Do you have any code samples or tutorials on how NoesisGUI interacts with the new input system or how rebinding actions are done?
by joshmond
23 Jun 2023, 15:31
Forum: General Discussion
Replies: 6
Views: 1157

Unity New UI Input System Rebinding

Hey guys,I'm working on a project where I am trying to replicate a keybinding system similar to the image below where you have a primary and secondary binding for a given action as well as supporting modifier keys (<shift> + <key> or <control> + <key>). I want to know whether NoesisGUI is capable of...
by joshmond
31 Oct 2022, 15:54
Forum: General Discussion
Replies: 1
Views: 417

Playing Audio from Unity with NoesisGUI

Hello guys, I have a question regarding audio in NoesisGUI. I'm workin on a system that is similar to a communication wheel where there are different options when clicked such as playing voicelines and eventually generating pings in world. Right now I am focused on implementing different sound queue...
by joshmond
24 Oct 2022, 04:12
Forum: General Discussion
Replies: 1
Views: 294

Question about Licensing

Hello, guys. Myself and a friend are currently working on a small project and we are using NoesisGUI as our UI middleware. So far we are liking the look of NoesisGUI but I would like to know a bit more about how the licensing works. I have reviewed the different licensing tiers but I would like to k...
by joshmond
20 Oct 2022, 16:04
Forum: General Discussion
Replies: 3
Views: 424

Re: NoesisGUI Resizing Issue

Thank you, setting the width and height of my root element to "auto" solved my issue
by joshmond
20 Oct 2022, 11:48
Forum: General Discussion
Replies: 8
Views: 614

Re: NoesisGUI and Unity UI Problem

Thanks a lot for your help. Much appreciated
by joshmond
19 Oct 2022, 13:34
Forum: General Discussion
Replies: 8
Views: 614

Re: NoesisGUI and Unity UI Problem

I have got everything to work properly now,it took me a while to figure out but the problem was on my end and Visual Studio. I ended up removing it and re-installing the 2019 version as opposed to the current 2020 version (This way I have access to the Noesis extension). It's good to know that the h...
by joshmond
18 Oct 2022, 13:12
Forum: General Discussion
Replies: 3
Views: 424

NoesisGUI Resizing Issue

Hey guys. I am getting more familar with Noesis and am following some guides but I am still running into an issue where my UI doesn't seem to be resizing. Unity throws an error regarding trial licenses and I'm not sure if this has an impact on how NoesisGUI reloads information or not (since I cannot...