David Matos
David Matos
URP support is planned for the near future, but at the moment I'm only focused on core features of the volumetrics toolset which still need work. The Built-In-Pipeline is indeed...
It's erroring out on the LPPV shader version (Light Probe Proxy Volume) because when building for android LPPV support gets disabled by default. Honestly you can just remove it, especially...
The issue with the macros that are defined is that they are all written with ***nlohmann::json*** and there are no set of macros written with ***nlohmann::ordered_json***. From the original [macro_scope.hpp](https://github.com/nlohmann/json/blob/develop/include/nlohmann/detail/macro_scope.hpp#L405)...
Thank you for reporting, I will look into this1