Giter Club home page Giter Club logo

Comments (7)

MattSutherlin avatar MattSutherlin commented on September 26, 2024

Sorry to hear that!

What platform(s) are you testing against? Are you testing standalone player builds?

I know that as of ~2 months ago this did work in 2021.3.9f1 so hopefully we're not looking at an engine regression, but as soon as I know your platforms I will pull down .13f and retest as a first step and then we'll take it from there.

from dynamicresolutionsample.

lazydevyo avatar lazydevyo commented on September 26, 2024

Sorry to hear that!

What platform(s) are you testing against? Are you testing standalone player builds?

I know that as of ~2 months ago this did work in 2021.3.9f1 so hopefully we're not looking at an engine regression, but as soon as I know your platforms I will pull down .13f and retest as a first step and then we'll take it from there.

Sorry for the late reply. Yes, standalone windows. I downgraded back to unity 2019 because I had issues with my projects. the result is the same with the dynamic resolution. i wonder if I didn't set it up correctly.

from dynamicresolutionsample.

MattSutherlin avatar MattSutherlin commented on September 26, 2024

No worries. Even if it's a setup issue on your end that sounds like an opportunity to improve the documentation.

Have you tried other upscale filter options? Do you have the Frame Timing Manager enabled in your player settings?

I won't have time to delve into this until next year, but when I do I'll grab your version, set up some tests, and see if I can figure out where this is going wrong.

from dynamicresolutionsample.

lazydevyo avatar lazydevyo commented on September 26, 2024

Frame Timing Stats? I don't seem to find any Frame Timing Manager option. Frame Timing Stats is enabled.

from dynamicresolutionsample.

MattSutherlin avatar MattSutherlin commented on September 26, 2024

Have you tried any of the other upscale filter options? They should all work, but it would be good to eliminate possible variables. Otherwise I'm out of ideas without a better idea on your setup. If there's anything else you think might be relevant that you can share that might be helpful. And if you manage to get it working I would be very interested to hear what was necessary so we can look at possibly updating documentation.

from dynamicresolutionsample.

Wikator avatar Wikator commented on September 26, 2024

Hi, I'm having very similar, if not the same problem. I believe I did all of the necessary setup, and it still says Enabled: False in the debug window.

            // If either of these report zero it means the platform doesn't support dynamic resolution.
            if (FrameTimingManager.GetCpuTimerFrequency() == 0 || FrameTimingManager.GetGpuTimerFrequency() == 0)
            {
                PlatformSupported = false;
                SystemEnabled = false;
            }

I figured out that both of the checks return 0 here, but I'm using Windows build, and I believe it's supported.
However, the script is still working to at least some extent. The target frame rate succesfully scales down on slower computers.

from dynamicresolutionsample.

MattSutherlin avatar MattSutherlin commented on September 26, 2024

Would you mind opening a new issue for it? I'll tag it as potentially linked to this, but in case it's not the same I don't want to intertwine it with this thread too much.

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.