Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Kind of a small thing but could you include the "Amount" parameter as a macro for Gaussian Blur similar to the other "PP_" effects parameters?

I spent like an hour scouring the documentation and Demo Project just to realize the solution was to not bother with a macro and call it as a string instead. I imagine others might have a similar issue as well since it's not brought up anywhere on the website though the solution is pretty straightforward.

Oh wow! that went unnoticed xD Thanks for letting me know!

It will be available in the next update. As a temporary fix, just add this to the "__ppf_Macros" script:

#macro PP_BLUR_GAUSSIAN_AMOUNT "amount"

Thanks ^^