• Unity Editor Scripting-Quick SetActive

    In this tutorial we are going to play with our hierarchy window, and add a toggle button into the hierarchywindow to quickly activate and deavtivate our gameobjects.Before we begin, you can download the source code from github. And here how our hierarchy window will look like.(Light bulb icon next to…

  • Unity Android Plugin Tutorial- Making a toast (update)

    Unity Android Plugin Tutorial- Making a toast (update)

    This tutorial is not going to be an update to my previous post actually. I’m going to show a different method, an easier one. On my previous post here, I showed how to make a toast by making a library project on Android and overriding Unity. But I received some comments…

  • Unity Editor Scripting- Custom Transfom Editor

    Let’s continue from editor scripting. I’m going to show how to implement your own transform editor for Unity3d. By default Unity has it’s own editor for Transform component, which shows you your rotation as EulerAngles not as Quaternion. So when you create a custom editor for Transform and call DrawDefaultInspector(); from OnInspectorGUI()…

  • Unity water shaders

        I have been working on with Unity’s CG shaders and wanted to share some water shaders I made. I ‘m trying to optimize them for mobile. You can download them from my repository. And here is a screenshot of it: If you like this article please support my work…

  • Unity Editor Scripting – It is fun!

    That’s right, editor scripting is really fun! Besides having fun you can do lots of useful things with custom editor tools with Unity3D. After some boring Android plugin tutorials I would like to show some editor scripting tips and tools. I will again use github for this tutorial , you…

  • Unity Android Plugin Tutorial Series part5- In app purchases

    In this tutorial I’ m going to explain how to implement in-app purchasing for Unity3D Android. First things first, to sell products you need a merchant account. If your country is supported I believe you have already registered for it. If not go ahead  and register for merchant account from your Developer…