Does not work in Unity 2020.3
See original GitHub issueThank you for providing this asset 😃
I want to add it to my game but unfortunately its not working.
I’ve followed the instructions in the pdf, which are simple enough to add your Cloud Shadows
component to the directional light and ensure that the light is rendered in real time.
But the clouds dont appear in my scene. It just darkens my scene similar to how I would set the coverage to max in your demo.
Any idea why it may not be working?
Thanks
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Manual: Troubleshooting The Editor
The following sections explain how to troubleshoot and prevent problems with the Unity editor in different situations. In general, make sure your computer ......
Read more >Builds not working after update from Unity 2020.3.32f1 to ...
My main problem is that I'm not able to create a functional WebGL build of my game which was kind of the whole...
Read more >How to fix Unity hub not opening unity project when clicked?
I fix it before by uninstalling unity hub and editor and installing again, it last for 2 days and the problem starts to...
Read more >Version 2020.3 not working
Hi ptHowe,. I had some issues trying to use your plugin but I did figure it out with time. The plugin can't open...
Read more >Unity Projects not opening and licensing errors - Fix Now (2023)
If you have any questions you can ask me on my discord: ҂ デキー ҂#2024 "editor-installation-location" -batchmode ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Try replacing
color.a =
withcolor.rgba =
in the shader like here.just the standard pipeline and no custom shaders in scene