Skip to content

firtoz/Unity3D-Plane-Clipping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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!