Search Unity

[RELEASED] Video Glitches

Discussion in 'Assets and Asset Store' started by Ibuprogames, Jul 3, 2015.

  1. Ibuprogames

    Ibuprogames

    Joined:
    Sep 1, 2014
    Posts:
    218
    Last edited: Aug 29, 2020
    Gozdek and theANMATOR2b like this.
  2. GreenBoxInteractive

    GreenBoxInteractive

    Joined:
    Mar 23, 2015
    Posts:
    135
    Looks very nice - I'll keep tuned on this one.
     
    Ibuprogames likes this.
  3. Ibuprogames

    Ibuprogames

    Joined:
    Sep 1, 2014
    Posts:
    218
    Last edited: Jul 29, 2019
  4. RiokuTheSlayer

    RiokuTheSlayer

    Joined:
    Aug 22, 2013
    Posts:
    356
    Slenderman game, anyone?
     
    Ibuprogames likes this.
  5. Ibuprogames

    Ibuprogames

    Joined:
    Sep 1, 2014
    Posts:
    218
    Last edited: Jul 29, 2019
  6. Ibuprogames

    Ibuprogames

    Joined:
    Sep 1, 2014
    Posts:
    218
    Last edited: Jul 29, 2019
  7. Ibuprogames

    Ibuprogames

    Joined:
    Sep 1, 2014
    Posts:
    218
    Last edited: Jul 29, 2019
  8. Ibuprogames

    Ibuprogames

    Joined:
    Sep 1, 2014
    Posts:
    218
    New version (1.4) in the store:
    • New effect 'Old Tape'.
    • Brightness, contrast and gamma controls for all effects.
    GlitchOldTape.gif

     
    Last edited: Jul 29, 2019
  9. TinSleeves

    TinSleeves

    Joined:
    Nov 26, 2012
    Posts:
    9
    Does this need Unity pro?
     
    Last edited: Nov 28, 2015
  10. Gozdek

    Gozdek

    Joined:
    Jun 21, 2015
    Posts:
    356
    Looks awesome!
     
    Ibuprogames likes this.
  11. RiokuTheSlayer

    RiokuTheSlayer

    Joined:
    Aug 22, 2013
    Posts:
    356
    It shouldn't if you're using Unity 5.
     
  12. TinSleeves

    TinSleeves

    Joined:
    Nov 26, 2012
    Posts:
    9
    great, thanks for the reply
     
  13. Ibuprogames

    Ibuprogames

    Joined:
    Sep 1, 2014
    Posts:
    218
    RiokuTheSlayer is right, since version 5, all features of the Pro version are available in the Free version.
     
    Last edited: Jul 29, 2019
  14. Ibuprogames

    Ibuprogames

    Joined:
    Sep 1, 2014
    Posts:
    218
    Last edited: Jul 29, 2019
  15. TinSleeves

    TinSleeves

    Joined:
    Nov 26, 2012
    Posts:
    9
    Will these effects work on IOS/mobile devices?
     
  16. Ibuprogames

    Ibuprogames

    Joined:
    Sep 1, 2014
    Posts:
    218
    Hi TinSleeves, all effects are tested on a LG Nexus 5 (Adreno 330 GPU). We have not tested in any Apple's mobile, but it should work correctly.

    Please contact us for any questions at hello (at) ibuprogames (dot) com.

     
    Last edited: Jul 29, 2019
  17. yellowelephant

    yellowelephant

    Joined:
    Aug 7, 2014
    Posts:
    7
    I would like to enable/disable the image effect via code (UnityScript).
    I tried the same way i do it with all my image effects (drop it in Plugins folder, add "import UnityStandardAssets.ImageEffects) but with no success. Dropping everything in the Plugins folder makes the error messages disappear and I see the found reference in the inspector but .enabled = true/false just does nothing (and no error log too).

    EDIT:
    Nevermind, I got it working.
    The solution is not to add "import UnityStandardAssets.ImageEffects" to the top of your script, but "import VideoGlitches;". Now i feel stupid :)
     
    Last edited: Jan 20, 2016
  18. Ibuprogames

    Ibuprogames

    Joined:
    Sep 1, 2014
    Posts:
    218
    Hey do not worry, we all make mistakes ;)

     
    Last edited: Jul 29, 2019
  19. Ibuprogames

    Ibuprogames

    Joined:
    Sep 1, 2014
    Posts:
    218
    Last edited: Jul 29, 2019
  20. Ibuprogames

    Ibuprogames

    Joined:
    Sep 1, 2014
    Posts:
    218
    New version (1.8) in the store:
    • New effect 'Old VHS'.
    • Saturation control for all effects (now in 'Color controls' foldout).
    • Improved documentation.
    • More configuration options in shaders code (see 'CONFIGURATION REGION').

     
    Last edited: Jul 29, 2019
  21. Ibuprogames

    Ibuprogames

    Joined:
    Sep 1, 2014
    Posts:
    218
    Last edited: Jul 29, 2019
  22. dmonin

    dmonin

    Joined:
    Jun 14, 2015
    Posts:
    28
    Hello! Awesome asset! Really liked!

    Just want to ask, is there any way to use those effects only on UI layer? I mean, like in Alien Isolation?
    How i tried but have no luck with it:

    1. Duplicated my Main Camera and call it UI Camera.
    2. Parented my UI Camera to the Main Camera.
    3. In the UI Camera turned everything off but UI.
    4. Added image effect Old Vhs

    Is it possible to do or not? Thank you!
     
  23. dmonin

    dmonin

    Joined:
    Jun 14, 2015
    Posts:
    28
  24. Ibuprogames

    Ibuprogames

    Joined:
    Sep 1, 2014
    Posts:
    218
    New version (3.0) in the store:
    • Refactoring (see online documentation).
    • New effects: 'Broken camera', 'Color reduction', 'Radial aberration', 'VHS Noise'.
    • VR support (see online documentation).
    • Added Screen, Layer and Distance modes.
    • Mobile optimizations.
    • Added IsSupported() method to all effects.
    • 'VideoGlitchNoiseAnalog' more configurable.
    • Fixed compiler shader errors in PS4 (thanks Adam Simonar!).

     
    Last edited: Jul 29, 2019
  25. digitaldawg

    digitaldawg

    Joined:
    Feb 12, 2013
    Posts:
    5
    I love this asset. It is perfect for my current project.

    I have your component attached to the camera and it works well.
    I need to control the Strength via code.
    I have " using Ibuprogames.VideoGlitchesAsset;" in my script.

    I’m having trouble figuring out how to get that component of the camera and set it.

    Can you please help?
    Thank you
     
  26. Ibuprogames

    Ibuprogames

    Joined:
    Sep 1, 2014
    Posts:
    218
    Hi digitaldawg, just answered you by email ;)


     
    Last edited: Jul 29, 2019
  27. Rafael-cmk

    Rafael-cmk

    Joined:
    Jun 28, 2016
    Posts:
    56
    Not working with layer and distance mode, I'm using unity 2019.1.10f1
     
  28. Ibuprogames

    Ibuprogames

    Joined:
    Sep 1, 2014
    Posts:
    218
    Hi Rafael-cmk, we are currently updating all our packs to the latest versions of Unity (2017 and later). We hope that soon we will solve that problem.

     
    Last edited: Jul 29, 2019
  29. Gekigengar

    Gekigengar

    Joined:
    Jan 20, 2013
    Posts:
    738
    Does this work with SRP?
     
  30. Rafael-cmk

    Rafael-cmk

    Joined:
    Jun 28, 2016
    Posts:
    56
    Actually I saw now it works with the examples but not in my scene, I will try again later and check if it is a problem or just I that did something wrong.
     
  31. Ibuprogames

    Ibuprogames

    Joined:
    Sep 1, 2014
    Posts:
    218

    Hi Gekigengar, now it does not work with SRP, we are waiting for the SRP to be more "stable".

    It seems that soon LWRP will become "Universal RP", the default render option. As soon as it is stable we will update all our assets to support it.

     
    Last edited: Jul 29, 2019
    Gekigengar likes this.
  32. westingtyler

    westingtyler

    Joined:
    Dec 7, 2013
    Posts:
    34
    Hello! If this will work in 2019.3, in Deferred rendering mode, in VR, using URP, I will love it!

    Will this work in Deferred rendering mode?
     
  33. Pijukatel

    Pijukatel

    Joined:
    Nov 29, 2018
    Posts:
    1
    Hello, will this asset work in 2d project where camera is just looking at bunch of sprites?
     
  34. Ibuprogames

    Ibuprogames

    Joined:
    Sep 1, 2014
    Posts:
    218
    For now, SRP (HDRP or URP) does not support custom postprocessing effects, so we cannot support it. As soon as that changes, we will support HDRP and URP.

    Yes, with the standart render it works in Deferred.

    Regards.
     

    Attached Files:

    Last edited: Oct 29, 2019
  35. Ibuprogames

    Ibuprogames

    Joined:
    Sep 1, 2014
    Posts:
    218
    Yes, as you can see in the attached image, it works with 2D sprites.

    Regards.

     

    Attached Files:

    Pijukatel likes this.
  36. Ibuprogames

    Ibuprogames

    Joined:
    Sep 1, 2014
    Posts:
    218
    New version (3.2) in the store:

    • New effect 'Color Reverse'.
    • Color adjustments fixed in layer and distance modes.

    upload_2019-12-4_12-30-26.png


     
  37. P3ndragonLLC

    P3ndragonLLC

    Joined:
    Sep 19, 2019
    Posts:
    99
    Hello, do you have an idea when HDRP support will be added?

    Thanks!
     
  38. Ibuprogames

    Ibuprogames

    Joined:
    Sep 1, 2014
    Posts:
    218
    hi P3ndragonLLC, we are waiting to see what happens with URP. It seems that URP will use a system similar to the one already used by HDRP. According to Unity:

    The plan is to port URP PP with Custom Processing to 2019.4 LTS


    But it seems that they have canceled 2019.4, so we will have to wait for 2020.1 :(