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

[WIP] Screen Morph

Discussion in 'Works In Progress - Archive' started by AliAkbar, Aug 1, 2014.

  1. AliAkbar

    AliAkbar

    Joined:
    Jun 30, 2014
    Posts:
    729
    Screen morph lets your apply transition effects between your scenes or for your pop up menus.

    Update 2:
    Added burn effect on the cloth. Screen turns into a cloth and the dialog box underneath it is shown by burning the cloth above it


    Web Demo 3



    Update 1:
    Added a cloth effect. Can be used while showing your dialog boxes or pause screens



    Web Demo 2


    Update 0:
    Heres an example of a burn effect that burns away the screen from the cursor revealing the next scene below it

    Web Demo



    All effects work with Unity free.

    I plan to added more effects with verlets
     
    Last edited: Dec 1, 2014
  2. Samuel411

    Samuel411

    Joined:
    Dec 20, 2012
    Posts:
    646
    That looks amazing. I have to ask how you did that?
     
    AliAkbar likes this.
  3. indiegamemodels

    indiegamemodels

    Joined:
    Jan 25, 2012
    Posts:
    269
    That's really neat!
     
    AliAkbar likes this.
  4. Andy-Touch

    Andy-Touch

    A Moon Shaped Bool Unity Legend

    Joined:
    May 5, 2014
    Posts:
    1,479
    Wow, thats pretty cool and it definitely beats a standard pre-set scene-to-scene transition with the use of the cursors position. :) I would also be interested in how you managed to do it!
     
    AliAkbar likes this.
  5. User340

    User340

    Joined:
    Feb 28, 2007
    Posts:
    3,001
    I'm sure he's taking a screenshot of the current scene, loads the next scene, then quickly draws the screenshot fullscreen, and applies that morphing effect.
     
    AliAkbar likes this.
  6. RedSuinit

    RedSuinit

    Joined:
    Dec 8, 2012
    Posts:
    55
    Very cool.
     
    AliAkbar likes this.
  7. AliAkbar

    AliAkbar

    Joined:
    Jun 30, 2014
    Posts:
    729
    Sorry for the late reply guys. I had some other priorities. Back to this.

    _Daniel_ is correct. I take a screen shot and later pass it to a full screen quad with a custom shader. Since there is no post processing involved, it works well with unity free. I have other effects as well. I'll keep you guys posted

    Thanks for your interest ;)
     
    User340 likes this.
  8. mathias234

    mathias234

    Joined:
    Sep 9, 2012
    Posts:
    239
    Looks amazing
     
    AliAkbar likes this.
  9. GeneBox

    GeneBox

    Joined:
    Nov 15, 2012
    Posts:
    480
    This is fantastic! Wow.
     
    AliAkbar likes this.
  10. Samuel411

    Samuel411

    Joined:
    Dec 20, 2012
    Posts:
    646
    I either broke it or created a worm hole
     
    AliAkbar likes this.
  11. mathias234

    mathias234

    Joined:
    Sep 9, 2012
    Posts:
    239
    I'd go for worm hole
     
    AliAkbar likes this.
  12. AliAkbar

    AliAkbar

    Joined:
    Jun 30, 2014
    Posts:
    729
  13. GeneBox

    GeneBox

    Joined:
    Nov 15, 2012
    Posts:
    480
    This actually looks pretty great, haha.
     
    AliAkbar likes this.
  14. AliAkbar

    AliAkbar

    Joined:
    Jun 30, 2014
    Posts:
    729
    Added a cloth effect. Can be used while showing your dialog boxes or pause screens



    Web Demo 2
     
  15. AliAkbar

    AliAkbar

    Joined:
    Jun 30, 2014
    Posts:
    729
    I achieved cloth simulation with a spring based (hooke's law) verlet integration system. More info here

     
    mathias234 likes this.
  16. AliAkbar

    AliAkbar

    Joined:
    Jun 30, 2014
    Posts:
    729
    Added burn effect on the cloth. Screen turns into a cloth and the dialog box underneath it is shown by burning the cloth above it


    Web Demo 3