Hello!
First of all, I'd recommend that you back up your original shader!
After doing so, depending on which version of the LW RP you're using, you'll have to extract the proper template from within the Assets > AmplifyShaderEditor > Plugins > EditorResources > Templates > SRP folder:
- LWSRPTemplates (Legacy).unitypackage for LW RP 3.0.0 and below
- LWSRPTemplates.unitypackage for LW RP 4.0.0 and above
The recommended steps to be taken for setting this up on a new project would be:
- Import ASE
- Import the LWRP through Unity's Package Manager
- Creat and add the LightweightAsset to the Project Settings
- Extract the LWSRPTemplates package corresponding to the imported LW RP version
You can find more information in our
wiki manual.
After that, you'll need to switch your Shader Type to Lightweight PBR, so that it uses our shader template that supports the LW RP:

And finally connect the nodes to the respective ports, while also setting the Output Node's parameters according to the original shader.
Please let me know if this helps, thanks!