这是一个使用 Unity HDRP DXR 的startup Unity 项目,使用了 Unity 的实时光线追踪ray tracing功能。
您最多选择25个主题 主题必须以中文或者字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
GitHub c64f0e35 Merge pull request #8 from Unity-Technologies/UpdateSceneToLatestHDRP 4 年前
Assets Merge pull request #8 from Unity-Technologies/UpdateSceneToLatestHDRP 4 年前
LocalPackages/com.unity.render-pipelines.high-definition-config Merge pull request #8 from Unity-Technologies/UpdateSceneToLatestHDRP 4 年前
Packages Update manifest.json 4 年前
ProjectSettings Merge pull request #8 from Unity-Technologies/UpdateSceneToLatestHDRP 4 年前
UserSettings Merge pull request #8 from Unity-Technologies/UpdateSceneToLatestHDRP 4 年前
.gitattributes fix 5 年前
.gitignore fix 5 年前
LICENSE.md add license 5 年前
README.md Fix minor typos 5 年前

README.md

Unity startup DXR project

This repository contains a startup Unity Project that uses DXR. It allows you to start with Unity HDRP DXR.

You can clone the repository using tools like Git, Github Desktop, or Sourcetree.

IMPORTANT
This Project uses Git Large Files Support (LFS) which means that you can not download a zipped version using the green button on Github. Instead, you must Clone the Project with a version of git that has LFS. You can download Git LFS here: https://git-lfs.github.com/.

You can also download the Project zip, with every file (including the LFS files), from the release section: https://github.com/Unity-Technologies/SmallOfficeRayTracing/releases.

This Project uses the real-time ray tracing feature that experimentally released in Unity 2019.3b1. Use it with HDRP package version 7.1.1 or higher. You can not use this Project for any production work. For more information about ray tracing in HDRP, see the Documentation.

Caution: The master branch of this project works with the development version of Unity, please use branch release/2019.3 for gettting a version that is compatible with Unity 2019.3

Requirements:

  • NVIDIA RTX series card with the latest drivers here
  • Windows 10 RS5 (Build 1809) or later

Installation:

  • Install latest Unity 2019.3
  • Clone the Project
  • Launch Unity.exe
  • The project is pre-configured to work with HDRP DXR

FAQ:

  • I get "this application won't work on this computer" when running Unity.exe

You don't have all the files from the repository. This Project uses Git Large Files Support (LFS). Downloading a zip file using the green button on Github does not work. You must clone the Project with a version of git that has LFS, or download a zip from the release section. You can download Git LFS here: https://git-lfs.github.com/.