Skip to content

ZeroIQGames/Unity.HBAO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UNITY HBAO+

This library implements Nvidia HBAO+ in unity, currently compatible with URP with HDRP compatibility being under development.

Installation

You can install the library using any of the following methods.

  1. Using Unity package manager and a license from asset store

    • Go to the list of your owned packages, and
    • Find Ultimate HBAO+
    • Press install
  2. Using .unitypackage file from this repository

    • Go to the releases page of this repository on the right side of this page
    • Download the version you need
    • Drag and drop the file into the Unity editor and press install
  3. Using Unity package manager and directly installing from git

    • Inside Unity editor, open Window -> Package Manager
    • Select Add package from git URL...
    • Use https://github.com/ZeroIQGames/Unity.HBAO.git?path=Packages/zeroiqgames.graphics.hbao-plus.core
    • Repeat the above and use https://github.com/ZeroIQGames/Unity.HBAO.git?path=Packages/zeroiqgames.graphics.hbao-plus.urp if you are using URP or use https://github.com/ZeroIQGames/Unity.HBAO.git?path=Packages/zeroiqgames.graphics.hbao-plus.hdrp if you are using HDRP (under development)
    • Optionally, you can add #<Version Tag> without the diamond brackets <> to the end of above URLs to install a specific version of the library

Documentation

URP

  • English documentation is available here.
  • Japansese documentation is available here.

HDRP

  • English documentation is available here.
  • Japansese documentation is available here.

License

Licensed under Unity asset store EULA. For more information check License.

About

HBAO+ implementation for unity

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors