Search found 5 matches
- 21 Mar 2023, 10:32
- Forum: General Discussion
- Replies: 2
- Views: 1286
Invalid license when upgrade to version 3.2
I have an INDIE license, and I applied for it through the official email. When I upgrade the plugin version, the editor often shows an invalid license prompt。 If an internet connection is required, this is a really bad idea, because noesis' servers do not guarantee a fast response in all countries, ...
- 21 Mar 2023, 05:13
- Forum: General Discussion
- Replies: 2
- Views: 1189
Re: Too many compile error when upgrade to 3.2 (UnrealEngine 5.1.1)
I'm not sure if this was a bug, but I fixed it by adding the missing include files. Add line in " NoesisInstance.cpp " #if WITH_ENHANCED_INPUT #include "EnhancedInputComponent.h" #include "InputAction.h" #endif Add line in " NoesisXamlFactory.cpp " #include &q...
- 21 Mar 2023, 04:36
- Forum: General Discussion
- Replies: 2
- Views: 1189
Too many compile error when upgrade to 3.2 (UnrealEngine 5.1.1)
I had to manually modify the C++ code in the plugin to add the missing header file...
- 25 Nov 2022, 16:26
- Forum: Showcase Gallery
- Replies: 0
- Views: 8490
3D avatar - UnrealEngine 5
First of all, Thanks for NoesisGUI giving me a INDIE license, Sorry I was late, follow is my case (UnrealEngine/C++):
VActor : Motion captures from webcam/video/picture in realtime and 3D avatar puppeteering
Project Page:
https://github.com/endink/VActor
VActor : Motion captures from webcam/video/picture in realtime and 3D avatar puppeteering
Project Page:
https://github.com/endink/VActor
- 10 Nov 2022, 16:12
- Forum: General Discussion
- Replies: 1
- Views: 382
How to use slider in customer control
I use Noesis with UnrealEngine(5.0.3). I hava a custom control: SliderInput.xaml <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:b="http://schemas.microsoft.com/xaml/behaviors&...