• Stars
    star
    203
  • Rank 192,097 (Top 4 %)
  • Language
    C#
  • License
    Apache License 2.0
  • Created almost 4 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Animated cloud shadows asset for Unity

Unity Cloud Shadows

Description

Adding animated cloud shadows is a quick, easy and effective way to breath extra life into any outdoor environment. This asset is perfectly suited for top-down strategy or city-building games, but also looks great from other viewpoints and in other type of games.

Cloud Shadows Unity Cloud Shadows Editor Cloud Shadows Layers Cloud Shadows 2D

Main Features

  • Customization: The layer system enables you to customize the effect so that it matches the visual style of your project seamlessly
  • Editor preview: The cloud shadows are previewed inside the Unity scene editor, so tweaking is easy and straightforward
  • Easy to use: Full source code is included Includes several ready-to-use prefabs and full documentation
  • Performance: Designed with performance in mind, zero allocation during run-time

Requirements

  • The scene needs to contain a Directional Light which is used to simulate sunlight.
  • This directional light needs to be rendered in real-time, baked light maps are not supported for this light (other lights can still use light maps).
  • The rendering path must be set to either forward or deferred. Vertex lit is not supported.

Supported platforms

  • Unity 5.2 or above
  • Desktop (PC, Mac, Linux)
  • Mobile
  • Virtual Reality

NOT Supported

  • Scriptable Render Pipelines (URP, HDRP)