KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
Unity-DissolvingEffect
★ 8
Open GitHub ↗
Unity dissolving effect
Download README (.md)
Explore Similar Repositories
TestCases
:
Used for testing puproses
CSharp-MongoDb-Driver-Repository
:
No description available.
DonorBlood
:
An android application that helps add and retrieve the list of blood donors in a region with their basic details from a Firebase Database.
angular-dart-forms-examples
:
Angular 2 Dart form examples
SeleBot
:
Ultimate Selenium TestNG framework
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
Unity-DissolvingEffect
?
Download (.md)
# Unity-DissolvingEffect This is an implemention of dissolving effect learned from the article by Brecht. [Dissolving The World Part 1](https://madewith.unity.com/stories/dissolving-the-world-part-1) [Dissolving The World Part 2](https://madewith.unity.com/stories/dissolving-the-world-part-2) The shader uses [3D noise](https://forum.unity3d.com/threads/2d-3d-4d-optimised-perlin-noise-cg-hlsl-library-cginc.218372/) which is done by Lex-DRL, so make sure you import **noiseSimplex.cginc** While I was searching 3D noise solution I found Voleuro also has an [experiment](https://github.com/Voleuro/unity-experiments) for this effect, he did well so you might want to have a look.