Hi there basically when ever i run off a project with unity it seems to add some sort of shiny overlay to the app icon. It is there any way of stopping it doing this?
Thanks in advance ![]()
Hi there basically when ever i run off a project with unity it seems to add some sort of shiny overlay to the app icon. It is there any way of stopping it doing this?
Thanks in advance ![]()
Hey Rob,
In Unity,
Edit Menu → Project Settings → Player
Then look over at your Inspector panel for UIPrerenderedIcon and check the box.
This sets the same flag in your application’s Info.plist.
Remember that you can look on http://answers.unity3d.com/ for help!
Hope this helps. ![]()
It’s actually not Unity that adds the effect.
Thanks everyone problem solved :lol:
This was quite helpful. I was always opening up my plist in xcode and adding it in there. much easier this way.
Thanks!