Search found 39 matches

by Sybaris
02 Oct 2022, 13:36
Forum: General Discussion
Replies: 9
Views: 964

Re: HDRP and NOESIS is not working anymore?

Hi, I'm trying to get Noesis to work with HDRP, but I can't get it to work. It simply doesn't show anything. I entered the define in the list and I tried to add the "Custom Pass Volume" but there is no mode "Camera" anymore. What do I have to do? I'm using Unity 2021.1.23f1 and H...
by Sybaris
03 Aug 2022, 15:11
Forum: General Discussion
Replies: 3
Views: 335

Re: Noesis crashes Unity when using Unit Tests and forgetting Noesis.GUI.Init()

The information log didn't help much but I figured that VS in the WPF solution also complains with the same error message. And it marks the specific line: ("Setter" is underlined) <Setter Property="FontFamily" Value="{DynamicResource ContentControlThemeFontFamily}" /> T...
by Sybaris
03 Aug 2022, 11:09
Forum: General Discussion
Replies: 3
Views: 335

Freezable object cannot be made unmodifiable

I'm getting errors like this: [NOESIS/E] Freezable object cannot be made unmodifiable UnityEngine.Debug:LogError (object,UnityEngine.Object) [NOESIS/E] Can't Freeze 'SolidColorBrush' UnityEngine.Debug:LogError (object,UnityEngine.Object) I have no idea where they come from. There is no file name or ...
by Sybaris
02 Aug 2022, 12:04
Forum: General Discussion
Replies: 2
Views: 274

Noesis crashes Unity when using Unit Tests and forgetting Noesis.GUI.Init()

Hi everybody, I just wanted to note that when Unity Unit Tests (UTF) are used and the application uses Noesis elements, it will crash Unity if not initialized via Noesis.GUI.Init(). Unfortunately without any notice and without even a stack trace. It's OK when a system requires to be initialized, but...
by Sybaris
03 May 2022, 17:45
Forum: General Discussion
Replies: 9
Views: 1585

Re: Using LoadXaml() to load non-noesis objects

I wouldn't say that WPF doesn't use the default namespace (xmlns=) - it does use it. In our example we have a configuration file containing dumb DTOs (POCOs), which are then wrapped in model objects with the same name but in a different namespace. If I wouldn't be able to set the default namespace, ...
by Sybaris
30 Apr 2022, 12:21
Forum: General Discussion
Replies: 9
Views: 1585

Re: Using LoadXaml() to load non-noesis objects

But what if I need an own default namespace? As I said, I want to read non-noesis objects which have their own namespace.

Thanks for your reply!

G.
by Sybaris
27 Apr 2022, 13:02
Forum: General Discussion
Replies: 9
Views: 1585

Re: Using LoadXaml() to load non-noesis objects

Hi again, I wanted to deliver the crashing XAML: <KarmaPackage xmlns="http:=//schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:y="clr-namespace:Karma.Config" /> The class is actually empty: namespace Karma....
by Sybaris
10 Nov 2021, 20:25
Forum: General Discussion
Replies: 6
Views: 2288

Re: Change rendering order

Thanks a lot! You saved my day! :-) I've set up a second camera, put the Noesis script on it and set "Clear flags" to "don't clear" and "Culling mask" to nothing on the camera. Finally the depth of the noesis camera must be higher than the depth of the main camera. Work...
by Sybaris
10 Nov 2021, 15:46
Forum: General Discussion
Replies: 6
Views: 2288

Re: Change rendering order

How would I use "Camera stacking"? Any hints? Docs?
by Sybaris
10 Nov 2021, 15:46
Forum: General Discussion
Replies: 6
Views: 2288

Re: Change rendering order

Thanks for your reply!

Hmm... we plan to switch to HDRP... :-(