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

LIQUIDUM PRO v1.6.x - Unity Asset

Discussion in 'Assets and Asset Store' started by WILEz1975, Aug 31, 2014.

  1. WILEz1975

    WILEz1975

    Joined:
    Mar 23, 2013
    Posts:
    374
    Not currently.
    The asset works by default only with the standard pipeline.
     
  2. Adamantius

    Adamantius

    Joined:
    Apr 28, 2014
    Posts:
    7
    I had the same error. I fixed it by:

    1) adding UNITY_EDITOR into the Scripting Define Symbols.

    2) Going into the Liquidium_AutomaticWeatherEvents.cs script and commenting out lines 69 and 215.

    Also commenting out the full StormManage() function starting on line 78.

    3) Recompile

    4) Uncomment out previously commented out lines and function

    5) Recompile again

    Hope this helps.
     
    schmosef likes this.
  3. Crossway

    Crossway

    Joined:
    May 24, 2016
    Posts:
    507
    Just copy/past the whole code inside notepad and copy/past again from notepad to VB to solve this.
     
    Last edited: Apr 12, 2021
    schmosef likes this.
  4. Crossway

    Crossway

    Joined:
    May 24, 2016
    Posts:
    507
    Why rain has no splash? I can see splash setting but there is no splash on the ground or objects.
     
  5. Artini

    Artini

    Joined:
    Jan 29, 2016
    Posts:
    181
    I have just removed the empty line and the other invisible characters around the line 131
    and that fixed the error in Unity 2020.3.16
     
    hopeful likes this.
  6. xiaojianh6

    xiaojianh6

    Joined:
    Jan 20, 2021
    Posts:
    25
    Me too. This is a sad story. Who knows how to realize it?