Skip to content

Conservative Rasterization.

Compare
Choose a tag to compare
@naelstrof naelstrof released this 05 Jun 02:50
· 58 commits to upm since this release

From this video here, I learned that I can just turn on conservative rasterization to remove these artifacts.

conservative rasterization comparison

As a reminder, there's no reason to download directly from this page, I highly recommend using the package manager.

You should simply be able to add https://github.com/naelstrof/SkinnedMeshDecals.git#upm to your package manager.

If that doesn't work, you should be able to add it to the manifest.json like so:

{
  "dependencies": {
    "com.naelstrof.skinnedmeshdecals": "https://github.com/naelstrof/SkinnedMeshDecals.git#upm",
  }
}