Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 979 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 979 Bytes

VFX Custom Output Mesh

This repository is an experiment for creation of a VFX custom template output.

This is not a recommended approach since new Shader Graph integration is providing the same feature with HDRP & URP.

README_VFX_Custom_Mesh

Custom entry points:

vPos += customDeformation * normalWS * 0.1f;

class VFXCustomOutputMesh : VFXURPLitMeshOutput

⚠️ This hack is allowing simpler template includes:

//HACK TO ALLOW TEMPLATE ISOLATION: consider the root asset folder

Tested with 2022.3.11f1