We map it to Reinhard tonemapping
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?
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
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 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
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 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