Skip to content
This repository has been archived by the owner on Sep 10, 2021. It is now read-only.

LOOKING FOR MAINTAINERS: Wireframe Shader for Unity with some features

License

Notifications You must be signed in to change notification settings

mika-archived/Unity-WireframeShader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wireframe Shader for Unity and VRChat

Wireframe Shader for Unity and VRChat.
This shader was inspired by the MIYAVI virtual live stage, and I later realized that it was probably just a simple Mesh.

Requirements

  • Unity 2018.4.20f1 / 2019.4.11f1
  • GPU and Graphics API that supporting Geometry Shader Stage

Features

  • Display Wireframe of Mesh
  • Ignore Diagonal Lines
  • Emission
  • Shadow Caster

Installation (Not Yet Provided)

  1. Download UnityPackage from BOOTH (Recommended)
  2. Install via NPM Scoped Registry

Download UnityPackage

You can download latest version of UnityPackage from BOOTH (Not Yet Provided).
Extract downloaded zip package and install UnityPackage into your project.

Install via NPM

Please add the following section to the top of the package manifest file (Packages/manifest.json).
If the package manifest file already has a scopedRegistries section, it will be added there.

{
  "scopedRegistries": [
    {
      "name": "Mochizuki",
      "url": "https://registry.npmjs.com",
      "scopes": ["moe.mochizuki"]
    }
  ]
}

And the following line to the dependencies section:

"moe.mochizuki.wireframe-shader": "VERSION"

How to use (Documentation / Japanese)

https://docs.mochizuki.moe/WireframeShader/ (Not Yet Provided)

License

MIT by @6jz

About

LOOKING FOR MAINTAINERS: Wireframe Shader for Unity with some features

Resources

License

Stars

Watchers

Forks

Packages