Reduce draw call when drawing Grid!
I have got a problem when drawing a grid in Unity with methods generating many square of game object. Each game object cost one draw call, if I instantitate a grid size 10x10, it cost total 100 draw...
View ArticleParticle system does not work in Android device?
I use Particle system in Unity and it works well on my scene but when I build into Android device, it seems to none display anything? Is there any specific set up for android platform which related to...
View ArticleFacebook publish_actiions wrong when user delete album photos?
I got an issue when publish an image (screenshot) of my game (on Android/iOS) into Facebook user's timelines. My game have already got the permission publish_actions from Facebook team. Facebook share...
View ArticleBlur image effect for 2D canvas of Unity 4.6?
I develop a 2D game using canvas UI which is available for Unity 4.6 or later. However, I have an issue to apply a camera blur effect, it doesn't work with the canvas camera. I tried to set layer for...
View Article