Hi,
i’m currently transitioning to URP shaders and having troubles to place my static consts somewhere… Like e.g.
static const float PI = 3.14159265359;
No mattter where i put it, it keeps telling me
Shader error in 'Hidden/PlanetEffects/Water': syntax error: unexpected float constant at line 35 (on d3d11)