Playmaker Forum
PlayMaker Help & Tips => PlayMaker Help => Topic started by: Jeremy11K on October 25, 2012, 07:11:17 PM
-
Hey All,
I did some searching but couldn't find a solution to this, so my apologies if this has been covered.
I'm working on an iOS game and when there's a lot going on onscreen the vignette camera feature is quite taxing and causes a lot of chugging.
Is there a way in PM to access camera vignette? I tried SetProperty but I couldn't find a way to directly access it.
Thanks!
JK
-
Hi,
set property is the best way to access it right now. There is no custom actions of built in way to access the vignetting camera effect.
Using an alternative to set property is not going to solve your problems on iOS. you should look for a totally different way to do a vignette effect, maybe with another camera composed on top or an optimized vignette effect that performs well on mobiles.
bye,
Jean
-
Thanks Jean. I appreciate it.