Where to start with adding post processing and image effects?

We map it to Reinhard tonemapping
image.png

So “works and kind of looks similar” but also “we don’t know what Neutral in Unity means and can mostly guess”

@RonnieWeb3 lets talk in this thread about post processing. Can you share more info about your setup?

by user 546555823451668481

Is the volume inside a exported gltf? Where is it in the scene hierarchy?

sorry it was outside gltf

by user 546555823451668481

Ok it should work if its inside :slightly_smiling_face:

yes its working now thanks

by user 546555823451668481

Thanks a lot for the script!

It might be a noob question, but how do I add this to a gameobject? Dragging, dropping like with a C# script doesn’t seem to work. Do I need to convert it somehow, do I need a plugin or something like that?

by user 236215800187322368

Hello @Szalage this might help you: https://www.youtube.com/watch?v=uf5UK0bLHlY&t=9s&ab_channel=Needle

thanks a lot!

by user 236215800187322368

Hello :wave: I’m a beginner in Needle Engine, I started few weeks ago and I’m very interesting about the post processing features. I was wondering if Beautify on Unity can work on Needle Engine ?

by user 689149535494078572

Hello @roxane :wave:

Sadly you can’t use any postprocessing effects from the AssetStore, but the built-in post processing is supported. Here is a sample showcasing the postprocessing support: Needle Engine Samples

Can you share a link to Beautify?

The sample linked above uses supported Unity Volume postprocessing effects (e.g. Bloom, Depth of Field, Screenspace Ambient Occlusion, ColorCorrection
)

You can extend either those (we use this package under the hood: https://www.npmjs.com/package/postprocessing) or use basically any three.js postprocessing library or package if you want to.

thanks a lot for the informations :pray: I will take a look to the post processing sample and three.js postprocessing

by user 689149535494078572

I want to reach out here as a total noob. I’ve installed unity’s post processing package and applied a bunch of elements, but they don’t show in the game camera, and don’t propogate to the web
 Can someone give me a brief into on how to get started addding post effects to my scene?

by user 962902844049096704

Hi, have you seen the docs here? Core Components | Needle Engine Documentation

Yes, but in my volume, it says this volume contains no overrides, so there is nothing for me to add

by user 962902844049096704

Is this because Universal RP isn’t installed on my project?

by user 962902844049096704

If I set my project to use URP, my scene goes pink until I revert the changes.

by user 962902844049096704