Search found 3387 matches
- 18 Apr 2022, 12:58
- Forum: General Discussion
- Replies: 4
- Views: 82
Re: Shader effect, unknown type
Before going into more detail, have you tried the example "VideoEffect" included in our package? It comes with a Tint effect.
- 15 Apr 2022, 16:12
- Forum: General Discussion
- Replies: 9
- Views: 237
Re: How to load a xaml from external dll
Great! Thanks for the feedback
- 15 Apr 2022, 16:10
- Forum: General Discussion
- Replies: 5
- Views: 108
Re: HDRP and NOESIS is not working anymore?
That's weird because our assembly definition ( Noesis.NoesisGUI.asmdef ) automatically defines ENABLE_HDRP_PACKAGE if you are using the HDRP package in your project: "versionDefines": [ { "name": "com.unity.render-pipelines.high-definition", "expression": &quo...
- 14 Apr 2022, 21:11
- Forum: General Discussion
- Replies: 3
- Views: 77
Re: Turn off TouchScreenKeyboard for TextBox in Unity
You welcome! Happy to help.
- 14 Apr 2022, 21:11
- Forum: General Discussion
- Replies: 2
- Views: 104
Re: MediaElement can't play in Unity?
<MediaElement Source="G:\\test\\UnityApp1\\UnityApp1\\Assets\\Narrator107.mp3" LoadedBehavior="Manual" Name="media1" /> Absolute paths like this are not correct in Unity as you shouldn't use resources out of the project. As described in the URI documentation the correc...
- 14 Apr 2022, 20:59
- Forum: General Discussion
- Replies: 5
- Views: 108
Re: HDRP and NOESIS is not working anymore?
NoesisCustomPass is defined in NoesisView.cs. Please, make sure you are using the latest version of Noesis (3.1.4). In the latest version of Noesis, we added many improvements to HDRP. Could you please indicate the platform you are testing and if you are able to reproduce this in the examples includ...
- 14 Apr 2022, 12:50
- Forum: General Discussion
- Replies: 3
- Views: 77
Re: Turn off TouchScreenKeyboard for TextBox in Unity
NoesisUnity.cs is installing a software keyboard callback in NoesisUnity.Init() by doing
Just commeting out that line will prevent Unity from opening the TouchScreenKeyboard
Code: Select all
Noesis.GUI.SetSoftwareKeyboardCallback(SoftwareKeyboard);
- 13 Apr 2022, 10:10
- Forum: General Discussion
- Replies: 1
- Views: 69
Re: SDK Detected as PUA Coin Miner
It is almost for sure a false positive. windows_x86: https://www.virustotal.com/gui/file/2c97c034b24a1faec263fbb625106a0fe261b7bdcd35db94dfecfb1215dcfdce windwos_x86_64: https://www.virustotal.com/gui/file/fc0dd272f8abb9c72ec5cda8006764b6828b5ff728bcfdc0479829e4271c0834 Our binaries are signed. Make...
- 08 Apr 2022, 12:56
- Forum: General Discussion
- Replies: 1
- Views: 67
Re: How to prevent Noesis from setting the cursor?
Assuming you are using the C++ SDK, our core library never changes the cursor. The callback in IntegrationAPI.h is invoked instead /// Callback invoked each time a view needs to update the mouse cursor icon typedef void (*UpdateCursorCallback)(void* user, IView* view, Cursor* cursor); NS_GUI_CORE_AP...
- 07 Apr 2022, 19:34
- Forum: General Discussion
- Replies: 6
- Views: 272
Re: Struggling to download
This has been fixed. Sorry for the inconveniences.