Author Topic: NGUI Camera with SimplePixelizer  (Read 15700 times)

dereklam0528

  • Newbie
  • *
  • Thank You
  • -Given: 2
  • -Receive: 0
  • Posts: 20
    • View Profile
NGUI Camera with SimplePixelizer
« on: May 22, 2014, 09:10:11 AM »
Hi,

I want to add a pixelated effect when I do a scene transition. I found a script that called "SimplePixelizer" (http://u3d.as/content/prozan/simple-pixelizer/30V), and I just need to attach to a camera object. The only issue I found is now when I build it on a mobile device, the FPS drops to 1fps. But if I attach the script to a normal camera obj, it will work just fine. I guess there are some issues between the SimplePixelizer script and the UICamera. Is there anything I can do to make it work? If not, is there any alternative? Thanks.

jingato

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 15
    • View Profile
Re: NGUI Camera with SimplePixelizer
« Reply #1 on: May 22, 2014, 03:15:12 PM »
Image effects perform horribly on mobile devices. There's nothing you can really do about that.