slavaobninsk / Uimask
Licence: mit
Projects that are alternatives of or similar to Uimask
Unitymcubesmarching cubes ported from C to unity and C#
Stars: ✭ 65 (-28.57%)
Mutual labels: shaderlab
3dxrayshader unitySurface shader. Clips a Model with given plane , applies fresnel on clipped part and highlights the cross section.
Stars: ✭ 73 (-19.78%)
Mutual labels: shaderlab
Jetdogs PrefabsPrefabs for vrchat to help creators ranging from beginners to more experienced users.
Stars: ✭ 83 (-8.79%)
Mutual labels: shaderlab
Matrix Shockwave ShaderSurface shader with tesselation - Tried recreating the shockwave effect in Matrix when Neo takes off.
Stars: ✭ 69 (-24.18%)
Mutual labels: shaderlab
Vrc storageassets distribution
Stars: ✭ 72 (-20.88%)
Mutual labels: shaderlab
ProceduralcityUnity demo that uses a few tricks to build random nice-looking 3D cities
Stars: ✭ 77 (-15.38%)
Mutual labels: shaderlab
Marschner Hair UnityImplement Marschner Shading Model In Unity
Stars: ✭ 61 (-32.97%)
Mutual labels: shaderlab
Shadergraph examplelibraryA library of Shaders created using Unity's Shader Graph.
Stars: ✭ 1,273 (+1298.9%)
Mutual labels: shaderlab
Sugar WarriorA game created for the first Brackeys Game Jam!
Stars: ✭ 74 (-18.68%)
Mutual labels: shaderlab
Urp SsaoScreen Space Ambient Occlusion implementation as a RendererFeature for Universal Render Pipeline
Stars: ✭ 69 (-24.18%)
Mutual labels: shaderlab
VolumetrictracerA simple way to render soft, volumetric bullet tracers in Unity. Only needs a unit cube and a material to render and supports instancing.
Stars: ✭ 72 (-20.88%)
Mutual labels: shaderlab
UnityshadercheatsheetCollection of Unity shader copypastas and gotchas
Stars: ✭ 81 (-10.99%)
Mutual labels: shaderlab
PhotosynthesizerUnity plugin to procedurally sprout foliage throughout your scene.
Stars: ✭ 85 (-6.59%)
Mutual labels: shaderlab
Jl S Unity Blend Modes👾 Collection of Unity shaders that support blend modes like photoshop layer style (Darken, Multiply, Linear Burn, etc)
Stars: ✭ 62 (-31.87%)
Mutual labels: shaderlab
IridescenceIridescence shader
Stars: ✭ 89 (-2.2%)
Mutual labels: shaderlab
OpenyandereAn open-source community rewrite of the game "Yandere Simulator" in C#. 2020 july 4th update (This isn't the leak guys soz.) but you may join discord https://discord.gg/e8RNBBw
Stars: ✭ 81 (-10.99%)
Mutual labels: shaderlab
UIMask

Reverse Mask of Unity "Mask" component.

How to use:
-
Download shaders from the provided link
-
Put them into your project (anywhere would do, but keep in mind your own project hierarchy)
-
Notice that there are two shaders (UIMask and UIMasked). You need to create two materials (i.e. ReverseMask and ReverseMasked).
-
Create a new material (ReverseMask) and under "Shader" drop-down menu, select "IndieYP->UIMask". As it's texture, put the texture that you want to be the mask (in my case it was a circle, because I wanted the make a "hole" in the black background).
-
Create a new material (ReverseMaked) and under "Shader" drop-down menu, select "IndieYP->UIMasked". Set the color of you material (in my case, black).
-
Now you need to assign the materials to your game objects. ReverseMasked goes to the game object that you want to mask (in my case, panel that's serving as a background). ReverseMask goes to game object that's going to do the masking, in my case, image that's set as a child of the mentioned panel (this is very important).
Also, set the same texture (that you used for ReverseMask) as a source image for Image game object.
Note that the project description data, including the texts, logos, images, and/or trademarks,
for each open source project belongs to its rightful owner.
If you wish to add or remove any projects, please contact us at
[email protected].