Giter Club home page Giter Club logo

Comments (2)

MattSutherlin avatar MattSutherlin commented on September 26, 2024

Good question, and I'll have to look into it and get back to you. When I originally wrote the script only HDRP exposed a filter option and it was done in a way that the script didn't have to know anything about it. It's possible that setting the filter for renderscale will also affect dynres in URP but I don't know for sure.

from dynamicresolutionsample.

Torgo13 avatar Torgo13 commented on September 26, 2024

This can be used to change the upscaling method in URP in Unity 2021.3 and 2022.3. It can be set to Auto, Point, Linear or FSR. Only FSR 1.0 is provided by default. Setting the sharpness is optional, and is overridden by the TAA sharpness if you have that enabled.
((UniversalRenderPipelineAsset)QualitySettings.renderPipeline).upscalingFilter = UpscalingFilterSelection.FSR; ((UniversalRenderPipelineAsset)QualitySettings.renderPipeline).fsrSharpness = 0.92f;

TAA isn't provided in Unity 2021.3, but there are unofficial implementations for it. In 2022.3 you're now able to change which AA method is used with scripting. The quality setting only applies to SMAA, the TAA quality can only be set in the editor.
Camera.main.GetUniversalAdditionalCameraData().antialiasing = AntialiasingMode.TemporalAntiAliasing; Camera.main.GetUniversalAdditionalCameraData().antialiasingQuality = AntialiasingQuality.High;

Check this repository https://github.com/GPUOpen-Effects/FidelityFX-FSR2-Unity-URP for a free and open FSR 2 implementation (DirectX 11 only) or the asset store for one with more supported platforms. Combining TAA with FSR 1.0 should be fairly close to what FSR 2 gives you though.

from dynamicresolutionsample.

Related Issues (5)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.