playMaker

Author Topic: Can I change Indirect Intensity form lighting windows with Play Maker?  (Read 1786 times)

Silicon Power

  • Full Member
  • ***
  • Posts: 186
Hi. I need to change Indirect Intensity from lighting windows after loading game is that possible to do this with playmaker?

...

  • Beta Group
  • Hero Member
  • *
  • Posts: 1294
I can't find indirect intensity in the manual, do you mean ambient light?

Tried this?

https://github.com/Unity-Technologies/ScriptableRenderPipeline/wiki/Indirect-lighting-controller

Access the properties with get/set and tweak.
« Last Edit: May 24, 2019, 10:17:50 AM by krmko »

Silicon Power

  • Full Member
  • ***
  • Posts: 186
I can't find indirect intensity in the manual, do you mean ambient light?

Tried this?

https://github.com/Unity-Technologies/ScriptableRenderPipeline/wiki/Indirect-lighting-controller

Access the properties with get/set and tweak.

No I mean this.

...

  • Beta Group
  • Hero Member
  • *
  • Posts: 1294
I can't find that parameter in the scripting api, maybe someonee else will know better.