All Projects → slavaobninsk → Uimask

slavaobninsk / Uimask

Licence: mit

Labels

Projects that are alternatives of or similar to Uimask

Unitymcubes
marching cubes ported from C to unity and C#
Stars: ✭ 65 (-28.57%)
Mutual labels:  shaderlab
3dxrayshader unity
Surface 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 Prefabs
Prefabs for vrchat to help creators ranging from beginners to more experienced users.
Stars: ✭ 83 (-8.79%)
Mutual labels:  shaderlab
Matrix Shockwave Shader
Surface shader with tesselation - Tried recreating the shockwave effect in Matrix when Neo takes off.
Stars: ✭ 69 (-24.18%)
Mutual labels:  shaderlab
Vrc storage
assets distribution
Stars: ✭ 72 (-20.88%)
Mutual labels:  shaderlab
Proceduralcity
Unity demo that uses a few tricks to build random nice-looking 3D cities
Stars: ✭ 77 (-15.38%)
Mutual labels:  shaderlab
Marschner Hair Unity
Implement Marschner Shading Model In Unity
Stars: ✭ 61 (-32.97%)
Mutual labels:  shaderlab
Shadergraph examplelibrary
A library of Shaders created using Unity's Shader Graph.
Stars: ✭ 1,273 (+1298.9%)
Mutual labels:  shaderlab
Sugar Warrior
A game created for the first Brackeys Game Jam!
Stars: ✭ 74 (-18.68%)
Mutual labels:  shaderlab
Temporalreprojectionexample
Temporal reprojection example for Unity
Stars: ✭ 82 (-9.89%)
Mutual labels:  shaderlab
Urp Ssao
Screen Space Ambient Occlusion implementation as a RendererFeature for Universal Render Pipeline
Stars: ✭ 69 (-24.18%)
Mutual labels:  shaderlab
Volumetrictracer
A 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
Unityshadercheatsheet
Collection of Unity shader copypastas and gotchas
Stars: ✭ 81 (-10.99%)
Mutual labels:  shaderlab
Unity Realtime Planar Mirror
Powerful, deeply optimized real-time planar mirror in Unity.
Stars: ✭ 69 (-24.18%)
Mutual labels:  shaderlab
Photosynthesizer
Unity 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
Se Natural Bloom Dirty Lens
(Legacy) post-processing effect for Unity.
Stars: ✭ 76 (-16.48%)
Mutual labels:  shaderlab
Iridescence
Iridescence shader
Stars: ✭ 89 (-2.2%)
Mutual labels:  shaderlab
Unityvertexcolors
Stars: ✭ 86 (-5.49%)
Mutual labels:  shaderlab
Openyandere
An 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

donate

Reverse Mask of Unity "Mask" component. mask_test

How to use:

  1. Download shaders from the provided link

  2. Put them into your project (anywhere would do, but keep in mind your own project hierarchy)

  3. Notice that there are two shaders (UIMask and UIMasked). You need to create two materials (i.e. ReverseMask and ReverseMasked).

  4. 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).

  5. Create a new material (ReverseMaked) and under "Shader" drop-down menu, select "IndieYP->UIMasked". Set the color of you material (in my case, black).

  6. 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].