Unity

How To Show GUI components in OnGUI method and change Font, Size and Color in Unity

Unity provides a very helpful method, OnGui that can be used to create UI components easily and you can easily remove them my just a simple condition checking, you have probably done that and just want want the title describes but I can’t resist from showing how simple it is to just show/hide window components …

How To Show GUI components in OnGUI method and change Font, Size and Color in Unity Read More »

Take screenshot and share to facebook using Unity for Android

In this post we will share the screenshot that we took using Unity’s Application.CaptureScreenshot() Method 1. If you haven’t check it out here’s the post: Take Screenshot and Display using Unity. In part 1 we took the screenshot using Unity and saved it in the local storage of the device. Now we will get that …

Take screenshot and share to facebook using Unity for Android Read More »