Frequently Asked Questions
If you haven't found the answer to your question in the list, feel free to contact us via Discord or any other communication channel.
Q: Can I use it with HTrace SSGI / WSGI assets ?
A: Yes. These assets are fully compatible and work well with each other. If you're experiencing issues with importing them to the same project, check_ this section.
Q: How is it different from the original (V1) HTrace AO asset ?
A: The new HTrace AO V2 asset is a major update and a complete rewrite with many improvements and new features. A short list of the most important changes can be found in the_ Asset Store changelog.
Q: Can I use it with the original (V1) HTrace AO asset ?
A: No, installing both the new and old AO assets in the same project may lead to errors. The V2 version is an upgrade and is not meant to be used alongside V1._
Q: Does it support Forward / Forward+ / Deferred / Deferred+ rendering path ?
A: Yes. All of these rendering paths are supported and produce near-identical visual results in terms of ambient occlusion in both pipelines. The only major difference is that_ Exclude Casting / Receiving masking options in URP (for all AO Modes) work only in Deferred / Deferred+.
Q: Does it work with GPU Resident Drawer ?
A: Yes._
Q: Does it work with the new Mesh LOD system?
A: Yes._
Q: Can I use custom shaders with this asset ?
A: Yes, if they are Shader Graph shaders. Custom hand-written shaders will also work, as long as they output valid Depth, Normals, and Motion Vectors data, if necessary, via the respective shader passes._
Q: Do I need an RTX GPU to use it ?
A: RTAO mode requires compatible hardware and API, refer to this_ section for more information. GTAO and SSAO modes do not require special hardware.
Q: Is it fast ?
A: HTrace Ambient Occlusion provides many performance_ controls that allow vast scalability, ranging from maximum performance to maximum visual fidelity. It's not possible to provide exact numbers as they depend heavily on hardware, scene complexity and frame resolution.
Q: Does it work on mobile devices ?
A: It's untested._
Q: Does it work with VR ?
A: Single pass VR is supported for HDRP. However, URP does not support VR at the current moment._
Q: Does it work with Apple devices (Metal) ?
A: GTAO and SSAO modes work on Metal API. RTAO mode doesn't as Unity_ doesn't support ray-tracing on Metal_._