Skip to content

FernRP/FernRPExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FernRPExample

This project is some cases of FernRP.

FernRP:A high-quality and stylized URP-based rendering pipeline extension.


Setup

You need to clone with Submodules:

git clone --recurse-submodules <url>

Example

More showcase in Wiki, please visit More Example on the Wiki


Tool

There are some useful tool.

SmoothNormal And Texture Baker

This tool was developed by DumoeDss.

Smooth Normals is used to solve the problem of stroke breakage due to unsmooth model normals in runtime or editor. For more information, you can check here.

Texture Baker can bake textures onto a mesh.

Requirements

  1. Open Window -> Package Manager
  2. Click + Button
  3. Add package by name
  4. Add: com.unity.jobs
  5. Add: com.unity.nuget.newtonsoft-json

Related links