Unity PlayerPrefs – Save Data in Unity 3D Using Built-in Methods
PlayerPrefs is a built-in utility in Unity 3D which provides the option to store certain types of data in the…
‘Failed to load window layout’ Error – How to fix in Unity 3D
“Failed to load window layout” the error most of the Unity 3D users faced; even in the updated version of…
Create Switch button UI in Unity 3D
If you’re looking for creating Switch button UI in Unity 3D, then this article is just for you. In Unity…
How to Create Android Custom Viewpager Adapter – Android Tutorial
Viewpager is a widget in Android to make swipeable screens. The default view pager allows swiping left and right to…
How To Parse The JSON File In Unity 3D C# – Unity 3D Tutorial
In this post, we’re going to see how to parse the JSON file in Unity 3D C#. JSON is used…
How to generate Android studio SHA key
Before we proceed further in how to generate the Android studio SHA key let’s know what is SHA key is,…
Share Data Using Intent Across Activities in Android
In this read, we will see, how to share data using intent across different activities in Android app development. This…