Water Fx Effect shows ugly pixels on mobile screen!

0 favourites
  • 8 posts
From the Asset Store
Vintage steam pixels for your UI! 125 unique assets in a single pack!
  • Water Fx Effect shows ugly pixels on mobile screen!

    ____ I cannot use single fx effect (water) on a background layer as when i export to apk it shows blurry seams (ugly pixels on mobile screen, in other words it is far different from smooth effect in preview(desktop))____

    I made an example Capx for this bug report

    ____ https://drive.google.com/file/d/0B76HfQ9PM2BsTS1jWFFCY2JRdW8/view?usp=sharing____

    Problem occurs after export in mobile device

    ____ Although this is not my game file but it simply contains a layer with water effect on it and when it is exported to apk (webview plus in my case) and please dont say cocoon is not officially supported because i am sure its not cocoon's fault , its simply because construct 2 do not have a solution for seam fixing!____

    Steps to Reproduce Bug

    • Choose a layer
    • Add water fx effect on it
    • Export it to apk and run on a mobile device

    Observed Result

    ____ Ugly pixels are visible on the layer____

    Expected Result

    ____ Smooth water effect as is visible in desktop browser! ____

  • please reply to this .......i have been dealing with this for a long time now, Please help!!!!

    anyone?????????

  • Can't i use one effect of my choice without any problem for a mobile game here?

    i mean its already enough that i am dealing with performance issues due to effect use, but at least after all it should run smooth.

  • please reply to this .......i have been dealing with this for a long time now, Please help!!!!

    anyone?????????

    Please be patient: (from the Bug Report Requirements)

    [quote:2032nznk]

    Why haven't you responded to my bug report yet?

    We do look at every report, but developer and release schedules mean we may not get round to it immediately. Please allow a few weeks for it to be investigated. If you are waiting, you can improve the chance it is resolved when a developer does get round to it by carefully reviewing these guidelines and providing as much useful information about the problem as possible. If you are missing anything, you may end up waiting a few weeks for a reply simply asking for the missing information, and then you're waiting again.

  • zenox98

    Okay i would wait!

    and thanks for replying!

    But please tell me if there is a workaround! (in case it is a bug and i will have to wait for new release to get it fixed)

    Please

  • I don't think this is a bug. Shader-effects have a huge impact on the fill rate and most mobil GPUs are to weak to handle that. I don't would use shader-effects on mobil games at all.

  • Asmodean

    So thats it then, i cannot use a single shader effect for my mobile game! great !:p

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • That's not the fault of construct or webGL. That how mobil GPUs are build. They are sharing the memory of the CPU and GPU and that can cause problems.

    In general, you can assume that you will get performance close to native apps for the GPU side, as the WebGL graphics API uses your GPU for hardware accelerated rendering - there is just a little overhead for translating WebGL API calls and shaders to your OS graphics API (typically DirectX on Windows or OpenGL on Mac or Linux).

    This is a snippet of the Unity3D Manual.

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)