Ask Your Question
0

What is the process for transforming Unity's default materials to URP?

asked 2023-03-20 11:00:00 +0000

djk gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2021-05-04 18:00:00 +0000

ladyg gravatar image

To transform Unity's default materials to URP, follow these steps:

  1. Create a new project in Unity and select URP in the Template section.

  2. Open the scene you want to convert and remove all materials from all objects.

  3. In the Project window, open the Materials folder and select a material you want to convert.

  4. Open the material's Inspector window and scroll down to the Rendering section.

  5. Click on the dropdown menu and select Universal Render Pipeline.

  6. If the material contains a texture, click on Texture Type and select Normal Map.

  7. If the material contains an emission map, enable Emission and set the color and intensity.

  8. Repeat steps 3-7 for all materials in the scene.

  9. Add a Universal Render Pipeline asset to the project.

  10. In the Project window, go to Edit > Project Settings > Graphics and select the Universal Render Pipeline asset in the Scriptable Render Pipeline Settings field.

  11. Check that all materials look correct and adjust them as necessary.

  12. Save the scene and build it.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-03-20 11:00:00 +0000

Seen: 17 times

Last updated: May 04 '21