Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Cross-Post: Any render graph code examples w/ com.unity.render-pipelines.core?

Discussion in 'Graphics for ECS' started by oldhighscore, May 6, 2021.

  1. oldhighscore

    oldhighscore

    Joined:
    Nov 28, 2020
    Posts:
    79
    https://forum.unity.com/threads/any...es-w-com-unity-render-pipelines-core.1105720/

    Wasn't sure which area was more appropriate.

    OP

    I am hoping someone can provide a git repo or external resource that provides working examples of utilizing the com.unity.render-pipelines.core package, in particular utilizing the experimental render graph system.

    I've read through the docs
    https://docs.unity3d.com/Packages/com.unity.render-pipelines.core@11.0/manual/index.html
    and some of
    Unity/Hub/Editor/2021.1.5f1/Editor/Data/Documentation/en/Manual/Graphics.html
    and browsed code over at
    https://github.com/Unity-Technologies/Graphics

    I'm trying to get some very barebone use cases going like rendering trig waves or generating heightfields. I've chosen to ignore the URP and HDRP pipelines for now because I want to get a lower level understanding and try and tap into some of the new packages.

    At some point I want to also utilize the dots + ecs stack and get my own pipe for querying entities and getting them rendered each frame. This is my first dive into graphics pipelines like this but have read through the first dozen of chapters in Real-Time Rendering and I am ready to get my hands dirty.

    In particular, if someone could provide an example of how to take a single DOTS entity and get it rendered utilizing srp render graph system I would highly appreciate it.

    :D