Boat Attack使用了Universal RP的许多新图形功能,可以用于探索 Universal RP 的使用方式和技巧。
您最多选择25个主题 主题必须以中文或者字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 

1.6 KiB

Installing Universal RP into an existing Project

You can download and install the latest version of Universal RP to your existing Project via the Package Manager system.

To install Universal RP into an existing Project:

  1. In Unity, open your Project. In the top navigation bar, click Window > Package Manager to open the Package Manager window. Select the All tab. This tab displays the list of available packages for the version of Unity that you are currently running.
  2. Select Universal Render Pipeline from the list of packages. In the top right corner of the window, click Install. This installs Universal RP directly into your Project.

Before you can start using Universal RP, you must configure it by creating a Scriptable Render Pipeline Asset and changing your Graphics settings. To learn how, see Configuring Universal RP for use.

Note: Switching to Universal RP in an existing Project consumes a lot of time and resources. Universal RP uses custom lit shaders and is not compatible with the Built-in Unity lit shaders. You will have to manually change or convert many elements. Instead, consider starting a new Project with Universal RP.

Note: The Universal Render Pipeline uses its own post-processing. If you have the post-processing version 2 package installed in your Project already, you need to delete it before you upgrade.