Search Unity

【Jiggling】- Jiggle your objects with two clicks!

Discussion in 'Assets and Asset Store' started by FimpossibleCreations, Jul 21, 2018.

  1. FimpossibleCreations

    FimpossibleCreations

    Joined:
    Jun 27, 2018
    Posts:
    540
    Jiggling is component which is rotating and scalling GameObjects in a smart way to simulate jelly / gel behaviour.

    Setup is very simple and component is very fast, check release video:



    > Link To Asset Store <
     
  2. eaque

    eaque

    Joined:
    Aug 20, 2014
    Posts:
    764
    can we use it for female breast? :oops:
     
  3. FimpossibleCreations

    FimpossibleCreations

    Joined:
    Jun 27, 2018
    Posts:
    540
    Yes :D but boob bone probably will not have rotation keyframes in animation clip so I have to update demo limb example script with 3 new lines to support it.
     
    eaque likes this.
  4. eaque

    eaque

    Joined:
    Aug 20, 2014
    Posts:
    764
    ;) thanks i will check on my models!
     
  5. Lewnatic

    Lewnatic

    Joined:
    Sep 29, 2012
    Posts:
    209
    I found a little "bug"

    https://my.mixtape.moe/ppyzeh.webm

    As you can see here when used with scaled bones that the bone scale is overwritten when jiggling which results into scale jumping a lot in a baked animations where the bone scale is not close to 1. This is Especially visible when the jiggling stops and the script is disabled and the bone gets its initial bone scale. There is a soft fix/workaround for this behavior. By setting the constant jiggle value to a very small value you can prevent the jiggle script from deactivating so the bones never get their initial scale back, which also means that the scale does not jump in the end of the jiggle. But i guess this also means less performance. Another downside of course is that the scale of those bones stay at around (1,1,1).

    Possible solution would be to give an optional inspector option to multiply with initial scale instead of overwriting it.


    Oh and btw. Awesome tool. And a very fair price. :> You did an awesome job.
     
    Last edited: Jan 26, 2019
  6. FimpossibleCreations

    FimpossibleCreations

    Joined:
    Jun 27, 2018
    Posts:
    540
    Hello Lewnatic, thank you for the report :)
    Soon I'll work on update for this case ;)
     
  7. Lewnatic

    Lewnatic

    Joined:
    Sep 29, 2012
    Posts:
    209
    It also seems like the jiggle multi script always putting the scale of the jiggling bones to (1,1,1) even when the scale multiplier is set to 0. So using the constant jiggle value is not working here as a workaround if you want that the bones keeper their initial value.

    Do you have a timeframe for the fix? :>
     
  8. FimpossibleCreations

    FimpossibleCreations

    Joined:
    Jun 27, 2018
    Posts:
    540
    Yeah now I can find time for that ;) Can you mail to me?
    My help will be more effective when you send me the animation so I can work directly on your case.
     
  9. Lewnatic

    Lewnatic

    Joined:
    Sep 29, 2012
    Posts:
    209
    Are there any plans on making jiggle prefabs grab and pullable? :>
     
  10. FimpossibleCreations

    FimpossibleCreations

    Joined:
    Jun 27, 2018
    Posts:
    540
    I think it would need a lot of new code and be related in small way to base scripts, but I will think about that, maybe some good idea will pop up soon ;)
     
  11. Lewnatic

    Lewnatic

    Joined:
    Sep 29, 2012
    Posts:
    209
    Would donate/pay if this feature is added.

    Maybe this would even justify a new fimpossible package or a small price increase? :>
     
    Last edited: Feb 18, 2019
    FimpossibleCreations likes this.
  12. Pjcfcmill

    Pjcfcmill

    Joined:
    Nov 25, 2018
    Posts:
    2
    How can I get this to work in edit mode? I use Unity for film and I barely understand C#. I was hoping there was a way to stop the grow and shrink buttons from greying out in edit mode. I'd like to record the shrinking while using Timeline so that I can convert it to an animation clip. Is that possible or is the 'grow' jiggle script 'game view' mode only?
     
  13. FimpossibleCreations

    FimpossibleCreations

    Joined:
    Jun 27, 2018
    Posts:
    540
    Hey, Jiggle is working simply with Update() clock, in edit mode you don't have anything like that.
    Interesting idea for usage of the component, but it's dedicated to work as procedural animation, each jiggle is slightly different.
     
  14. Lewnatic

    Lewnatic

    Joined:
    Sep 29, 2012
    Posts:
    209
    I would also love to have it working in edit mode. Sometime and especially when you are in prefab mode, pressing play will close the prefab screen so you have to search the bone again you worked on. :>
     
  15. Pjcfcmill

    Pjcfcmill

    Joined:
    Nov 25, 2018
    Posts:
    2
    Ah... well I'm glad I asked. Thanks for the quick response.


     
  16. imariagano

    imariagano

    Joined:
    Dec 20, 2012
    Posts:
    25
    can It use like phychic bone (auto bounch when move )
     
  17. FimpossibleCreations

    FimpossibleCreations

    Joined:
    Jun 27, 2018
    Posts:
    540
    Please next time write just in one community site, not everywhere :D:rolleyes:
     
  18. imariagano

    imariagano

    Joined:
    Dec 20, 2012
    Posts:
    25
    where I can wright
     
  19. therewillbebrad

    therewillbebrad

    Joined:
    Mar 2, 2018
    Posts:
    151
    What's the performance like on this and how does it compare to an animation? Interested in using this for movement.
     
  20. FimpossibleCreations

    FimpossibleCreations

    Joined:
    Jun 27, 2018
    Posts:
    540
    It's pretty cheap in performance, there are no complex formulas involved.
    What kind of "movement" you have in mind?
     
  21. therewillbebrad

    therewillbebrad

    Joined:
    Mar 2, 2018
    Posts:
    151
    Like South Park style animations instead of walk cycles.
     
  22. FimpossibleCreations

    FimpossibleCreations

    Joined:
    Jun 27, 2018
    Posts:
    540
    I think you could do it using simplier script (jiggle is not "jiggling" in regular way, it's more random) but jiggle could do damage / cure etc. animation
     
  23. therewillbebrad

    therewillbebrad

    Joined:
    Mar 2, 2018
    Posts:
    151
    Is there more overhead in an animation or in the jiggle script? I think it looks cool with the jiggle just don't know if there's a more efficient way.
     
  24. shamsfk

    shamsfk

    Joined:
    Nov 21, 2014
    Posts:
    307
    Hello! I recently purchased jiggling asset and there is a question:
    The asset contains a buttload of scripts and stuff which I assume are not actually required for just this tiny asset to work, what is the minimal import for this asset?
     
  25. FimpossibleCreations

    FimpossibleCreations

    Joined:
    Jun 27, 2018
    Posts:
    540
    Yeah you're right, in last update I accidently included more scripts from FBasic assets, you can remove folders "Fimpossible Games/FBasic Assets/" "Behaviours" and "Scripts" directories, and leave "FColorMethods.cs", "FDebug.cs" and "FTransformMethods.cs" files inside "FHelpers" directory, also most of this scripts are used in demo scenes.
     
    Last edited: Sep 14, 2019
  26. the_unity_saga

    the_unity_saga

    Joined:
    Sep 17, 2016
    Posts:
    268
    Hey dev, great work I love your assets for breathing life into my projects

    if I use your other assets, would it make much difference for getting Jiggling asset?


    I am trying to see how it could fit in a project where I have your other work.

    perhaps just for lightweight bushes jiggle on player contact? but I thought about using a shader for that instead..

    any ideas?
     
  27. the_unity_saga

    the_unity_saga

    Joined:
    Sep 17, 2016
    Posts:
    268
    nevermind, I decided to get it anyway for easy boob physics for a joke game
     
  28. FimpossibleCreations

    FimpossibleCreations

    Joined:
    Jun 27, 2018
    Posts:
    540
    Sorry for late reply. Using shader would be more performant.
    This asset is good for quick, simple hit reactions.
    It should work with my other assets, if there would be some trouble, feel free to mail me.
     
    the_unity_saga likes this.