Requirements

  • Universal RP (URP) 14.0.0 or later, which corresponds to Unity version 2022.3.0 LTS or higher.

Setting Up Line Kit

After importing the package you’ll need to load the Line Kit Renderer Feature on the scene’s Renderer.

Line Kit Loaded on scene's Renderer

Line Kit Loaded on the Scene’s Renderer

  1. Select the Renderer GameObject in the Hierarchy panel. In the Line Kit Demo Scenes we’re using a useful custom-made Auto Load Pipeline Asset script, which you can load as a Component on the Camera. It allows you to have a separate URP Asset file and its Renderer on each scene.
  2. Go to the Inspector panel
  3. Press the Add Renderer Feature button.
  4. Select Line Kit from the list.
  5. Then you’ll need to create the Settings file for it. Press the Create Settings button on the Line Kit Renderer Feature. The file will be automatically loaded in the Settings field.

Line Kit Loaded on Scene's Renderer

Loading Line Kit Renderer Feature and creating Line Kit Settings file

You can also create the Settings file manually by right-clicking in the Project panel and selecting Create > Line Kit > Settings.

Ready For Line Mapping

At this moment you’re ready to use the basic features of Line Kit like Depth and Normals passes — those that don’t require textures for generating the outlines. Using the internal textures gives a more profound control over the lines rendering.

Please refer to the Line Mapping section for the detailed instructions.