Skip to content

Commit

Permalink
Added build settings setup (#1631)
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanL8 committed Aug 24, 2020
1 parent c240694 commit 5cddb0d
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,15 @@ To enable ray tracing for a specific Camera:
2. In the **General** section, enable **Custom Frame Settings**. This exposes Frame Settings just for this Camera.
3. in the **Rendering** section, enable **Ray Tracing**.

<a name="FinalSetup-BuildSettings"></a>

#### Build settings

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:

1. Open the Build Settings window (menu: **File > Build Settings**).
2. From the **Architecture** drop-down, select **x86_64**.

<a name="RayTracingEffectsOverview"></a>

## Ray tracing effects overview
Expand Down

0 comments on commit 5cddb0d

Please sign in to comment.