Oxlamon
Topic Author
Posts: 4
Joined: 05 Apr 2022, 16:01

HDRP and NOESIS is not working anymore?

14 Apr 2022, 20:48

Steps to recreate:

1. Creating clean project in unity (HDRP 10.0.4, unity 2020.3.6f1)
2. Add noesis package (3.1.4), add license data.
3. Add noesis view to camera, create simple xaml
4. Play. And nothing showed.

P.S. I was testing same xaml in URP/Legacy and everything worked as expected.
P.P.S. NoesisCustomPass class is not exists as described in documentation.
 
User avatar
jsantos
Site Admin
Posts: 3905
Joined: 20 Jan 2012, 17:18
Contact:

Re: HDRP and NOESIS is not working anymore?

14 Apr 2022, 20:59

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 included in the package (HelloWorld for example).
 
Oxlamon
Topic Author
Posts: 4
Joined: 05 Apr 2022, 16:01

Re: HDRP and NOESIS is not working anymore?

15 Apr 2022, 09:00

Ok, here is minimal project: https://drive.google.com/file/d/1-2iAXX ... sp=sharing

Versions:
  • HDRP - 10.0.4
  • Noesis engine - NoesisGUI-Unity-3.1.4-Indie (just downloaded - 14 apr)
  • Unity - 2020.3.6f1
-----
Oh, i found something: I need to define "ENABLE_HDRP_PACKAGE" in scripting define symbols. My bad or documentation miss.
----
Everything is working correct now. Excuse for troubling.
 
User avatar
jsantos
Site Admin
Posts: 3905
Joined: 20 Jan 2012, 17:18
Contact:

Re: HDRP and NOESIS is not working anymore?

15 Apr 2022, 16:10

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": "12.1.1",
        "define": "ENABLE_HDRP_PACKAGE"
    }
],
Could you please tell me more about your setup?
 
Oxlamon
Topic Author
Posts: 4
Joined: 05 Apr 2022, 16:01

Re: HDRP and NOESIS is not working anymore?

15 Apr 2022, 17:07

I think this happen because my version of HDRP is 10.0.4 (this is maximum for unity 2020), but in Noesis.NoesisGUI.asmdef is "
      {
            "name": "com.unity.render-pipelines.high-definition",
            "expression": "12.1.1",
            "define": "ENABLE_HDRP_PACKAGE"
        }
        
 
User avatar
jsantos
Site Admin
Posts: 3905
Joined: 20 Jan 2012, 17:18
Contact:

Re: HDRP and NOESIS is not working anymore?

18 Apr 2022, 13:02

I understand now, I will analyze if we can be compatible with a lower version but I think there are a few critical bugfixes in HDRP that we need.
 
richardpruitt
Posts: 1
Joined: 18 May 2021, 21:57

Re: HDRP and NOESIS is not working anymore?

28 Jun 2022, 16:06

I have the same issue since upgrading to 3.1.2+ and I manually added the "ENABLE_HDRP_PACKAGE" in and that fixed the issue with Noesis. Have you had any other issues or side effects pop up since running Noesis with an older version of HDRP? I am using Unity 2020.3.34 and HDRP 10.9.0.
 
User avatar
jsantos
Site Admin
Posts: 3905
Joined: 20 Jan 2012, 17:18
Contact:

Re: HDRP and NOESIS is not working anymore?

29 Jun 2022, 15:38

It is not recommended. Previous versions of HDRP had issues when using more than one noesis view (render to texture for example) or scenarios with offscreen or effects.
 
Sybaris
Posts: 39
Joined: 21 Feb 2019, 10:13

Re: HDRP and NOESIS is not working anymore?

02 Oct 2022, 13:36

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 HDRP 11.

Thanks,

G.
 
User avatar
jsantos
Site Admin
Posts: 3905
Joined: 20 Jan 2012, 17:18
Contact:

Re: HDRP and NOESIS is not working anymore?

03 Oct 2022, 13:07

As commented above, HDRP 12.1.1+ is needed

Who is online

Users browsing this forum: Ahrefs [Bot], Google [Bot] and 3 guests