Skip to content

Commit aa0d711

Browse files
JordanL8sebastienlagarde
authored andcommitted
Added build settings setup (#1631)
1 parent 5e5cf3c commit aa0d711

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

com.unity.render-pipelines.high-definition/Documentation~/Ray-Tracing-Getting-Started.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,15 @@ To enable ray tracing for a specific Camera:
156156
2. In the **General** section, enable **Custom Frame Settings**. This exposes Frame Settings just for this Camera.
157157
3. in the **Rendering** section, enable **Ray Tracing**.
158158

159+
<a name="FinalSetup-BuildSettings"></a>
160+
161+
#### Build settings
162+
163+
To build your Project to a Unity Player, ray tracing requires that the build uses 64 bits architecture. To set your build to use 64 bits architecture:
164+
165+
1. Open the Build Settings window (menu: **File > Build Settings**).
166+
2. From the **Architecture** drop-down, select **x86_64**.
167+
159168
<a name="RayTracingEffectsOverview"></a>
160169

161170
## Ray tracing effects overview

0 commit comments

Comments
 (0)