Skip to content

firtoz/Unity3D-Plane-Clipping

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

Unity3D-Plane-Clipping

Plane clipping shaders for Unity3D 5.3.2+. Extends the Standard shader!

Now it works with the specular setup as well!

example

Usage

Attach the "ClippableObject" script to an object.

It will replace the material of the object with a "clippable" standard material.

If you'd like to reuse the properties of your material (as long as it's based from standard material) this comment may be of help !

More information

See the blog post!