alelievr / HDRP-UI-Camera-Stacking

Optimized implementation of camera stacking for UI only in HDRP.
MIT License
181 stars 22 forks source link

Dependency error with Unity 2020.3.14f1 #2

Closed Peaj closed 3 years ago

Peaj commented 3 years ago

The package caused a dependency issue with Unity 2020.3.14f1 because it requires a minimum HDRP version of 11.0.0. The maximum HDRP package version that can be installed in this Unity version is 10.5.1. This leads to a dependency error and in my case it uninstalled the HDRP package completely.

alelievr commented 3 years ago

Ah yes indeed, I'll update the package json file as soon as I can

alelievr commented 3 years ago

Sorry I've just seen your PR, if you put the min version to 10.1.0 (first non-preview 10.x version of HDRP) I can merge your PR

Peaj commented 3 years ago

Sry I misread your version compatibility table. I missed the X's. I changed the version requirement to 10.1.0.

alelievr commented 3 years ago

Thanks for the PR!