Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

How to Share Image & Link on Twitter through Unity iOS App

When it comes to Game Engines and Game Development, the technology name unity comes at top as it is not only most popular and powerful game engine which has a great visual editor for developing the games for iOS and Android but also have a lots o...

Integrate 360 Degree Video in Unity for Better VR Experience - 3 Easy Steps

360 video are also known as spherical video which records a view in every direction at same time. Unlike normal video 360 video gives you complete 360- angle view. While watching these video you can control viewing direction. These are recorded b...

Adding Video With Sound In Unity Games

Playing video file in unity game is as simple as drag and drop. The only requirement is that the video that you have to add must be in .mov, .mpg, .mpeg, .mp4, .avi, .asf formats. Then simply put video file(.mp4,.avi etc) in unity assets folder...

Bouncing Balls and Collision with Walls

Bouncing balls with collision from any 2Dcolliders/wall can be achieved by putting continuous force to the game object and assign a physics material to the game object you like to bounce on collision. 1. Gameobject must have rigidbody attached t...

Delegates in Unity

DELEGATES IN UNITY: A delegate is a reference pointer to a method. When it is called, it gives notification to all methods that reference the delegate. It allows us to treat a method as a variable and pass method as a variable for a callback. ...

Chapter 4:- Skeleton animation in Unity

Hey Guys, this blog is part of a series "Skeleton Animation in Unity" . In this i'll try to explain "What are Stateful and Stateless classes in Spine Unity". The whole unity spine classes are divided into Stateful and S...

Feed Share in Unity

Hello Readers !!   Today I am going to explain about the Feed Sharing on Facebook with Unity. Feed Sharing is the simplest way to implement the Facebook Share with any App. With this feature, you no need to Implement the Facebook Lo...

Smart Fox Server With Unity3D

Hello Readers !!   Today we are going to discuss the Smart Fox Server in Unity 3D. We all need to put any server in the game if we are trying to create a Multiplayer game so that we can connect two real players together. Sma...

Share Screenshot On FaceBook

Hello Readers !!   Today we are going to discuss a very interesting topic. Yes, i.e. Facebook Sharing to get more users for our apps or games. If you don't know about how to create FaceBook app then please read my following Blog...

VR in Unity3D

Hello Readers !!   Today we are going to discuss the most new topic i.e VR. VR is known as Virtual Reality. It quite interesting and simple thing. You must have seen VR box below:- If you want to create your game for this ext...

Create Facebook App for Unity3D to Share, Invite & Login in Unity Game

Hello Readers !!   Today I am going to explain basics steps to create a Facebook App so that you can use Share, Invite and Login in Unity game.   First create a Facebook App. Once you will login on https://developers.fa...

Buoyancy:- Bouncy Factor In 2D Games

Hello Readers !!   Today we are going to discuss about the bouncy effect  in the games. You must have seen water in many 2D games. And once you throw any object on that water layer it shows bouncy effect which looks very nice. ...

Unity: Movie Texture

Hello, Readers !! Today we are going to discuss the video part in the Unity Games. What if you want to play and video in the Unity Game. How will you do this? For this only I am going to explain you about the Movie Textures.   Mo...

Location Services in Unity3D

Hello Guys,   Today I am going to share a very interesting topic with you. We all use this in our normal daily life, But at that time non of us try to know how we can do this. How I will check this. How I come to know about this. ...

Merge AndroidManifest Files in Unity3D

Hello Readers !!   Today we are going to discuss a very interesting point regarding the Android Port. We can build simple games without any third party plugins. But if you are using third party plugins then every plugin comes with h...

Facebook Integration With Unity3D

Hello Readers !! Today we are going to discuss the Facebook integration in the Unity Apps/Games. Facebook integration is very common things in today apps. Now each and every app has Facebook section in it. So for the success of App now it...

In App Purchase with Unity3D

Hello Readers !!   Today we are going to discuss the IAP in the Unity3D. We can do IAP by number of plugins. There are variety of plugins available in the market which we can use for the IAP. But almost all of the plugins are p...

AdMob Integration With Unity3D

Hello Readers!!   Today we are going to discuss about the AdMob SDK intergration with Unity3D. Its very easy and straight forward. You can download the latest AdMob plugin from here :- https://github.com/googleads/googleads-mobil...

Unity Services

Hello Readers !!   Today we are going to discuss about the Unity Services. What all services unity provides and how we can use them in our game or apps. Below is the main services which unity provides.   Lets discuss ...

Monetization Methods in Unity Games

Hello Readers!!   Today we are going to discuss about the Monetization. Through unity apps you can earn money too,But this can only be done if you are using some Monetization in your game. Its takes less memory and allow developer...

Performance Of Unity Game

Hello Readers !!   Today we are going to discuss about the performance of Unity3D game. Here are some points which can increase the performance of game. Sprite Quality:- Sprites are the main things which we use in our gam...

Get Users For Unity Game

Hello Readers !!   In this blog we are going to discuss about to get users for our games and engagement of those users in the game. This is very major part for all of the developers. Developing game is not a challenge, But getting u...

Monetization in Unity Games

Hello Readers !!   Today we are going to discuss the very important part of our game i.e. Monetization. We create games to earn some money and this can be done only by selling the game or by adding some sort of monetization in the g...

Performance Issue with Unity Game

  App Developers Community group Facebook Group · 393 members ...

Different ways to increase the performance of Unity game.

  Hello Readers !! Today we are going to discuss about the performance issue with unity. Unity always has issue with game optimizations and performance, because if you are targeting small mobile devices like Android and iOS...

Profiler In Unity3D

Hello Readers !! Hope you are enjoying coding. Today We are going to discuss about the Profiling in the Unity 3D. Almost all of us had issue regarding the game performance and memory issues. This is the general issue if you are using the...

Particle System In Unity3D

Hello Readers !!   We love to play good games. Its nice to see there effects and animations. Game play is just use to engage the player but effects and animations is always a WOW factor for the game.   We can create dif...

Unity 5.5 Beta

Hello Readers !! Here are good news for all,   Unity has launched its new version with new features and effects.   Now Unity has focused on the following points:- Line Rendering:- Unity has improved the Line rendering ...

Scroll Bar in Unity

Scroll Bar Scrolls are very common in every language. Generally, the scroll is divided up into pages, which are infrequently distinct sheets of papyrus or parchment glued with each other at the edges, or may be marked divisions of a continuous...

Advantages of Unity

Advantages of Unity Unity 3D is one of the most powerful and versatile game development tools available. It can be used to develop 2D and 3D games and also allows the games to be ported and played in different environments. Unity provides supp...

Load and save data from xml

Hello guys, I have faced some problem while loading data from xml, while loading I was doing some simple mistakes, So I thought the share the correct process with you so that if in any case, anyone faces issues they can get help from here...

Spherical Raycast Unity

Hello Readers !! Today I will explain you very important concept of gaming. We all need to check objects in terms of Enemies, Players, Obstetrical, Walls many other things in the game. We can do this by putting Colliders also. But we als...

Reduce APK Size

Hello Readers !!   Today I will explain to you how you can reduce the size of the APK file. We need to take care following points when we create a build so that APK size should be small.   Device Filter:- This is a ver...

XML Parsing

Hello Readers !!   Here is the second method to read the XML file. using UnityEngine; using System.Collections; using System.Xml; using System.Collections.Generic; public class XMLParsing : MonoBehaviour { public Text...

XML Parsing in Unity

Hello Readers   Today I am going to explain you parsing of XML in unity. XML can be parse in unity by two ways. 1.       By Class method. 2.       By Normal method. &...

DataBase in unity

Hi everybody I just learned some things in the past week about SQLite in Unity and I thought I share them as I had to figure out most of it myself. All code in C#. Set up a database in Unity Its my first time i am working with db in unity....

TPS Camera with Wall Collisions in Unity

Hi Nerds, Here is the tutorial for creating a third person camera with dynamic wall collisions in Unity. Demo: https://youtu.be/DPTWLs-zndI Doc: https://1drv.ms/p/s!AvAlkrGEujhegijtt9rN5vqZys_u Project: https://drive.google.com/open?id=0...

Parallaxing in unity 3d

For Parallaxing the background, we need to follow few steps: 1. The type of image using for parallax must be of type texture  2. Set it's wrap mode to be repeated. 3. Assign the image to a quad  4. set shader as Uint/Texture...

Random movement of a sprite in 2D

When we develop a game sometimes we need gameobject move randomly without any user input. In this script a sprite randomly move in 2D and also rotate in moving direction. using UnityEngine; using System.Collections; public class move : M...

Skeleton Animation in Unity (Chapter3)

Blog 3 :- Skeleton animation in Unity Hey Guys, this blog is part of a series " Skeleton animation in Unity". In this, I'll try to explain "how to manage animation speed of spine objects in Unity". For this make sure...

OnTrigger Event in unity

I am using OnTrigger event in my game, I have one player moving on a plane ,And i have mark 3 transform empty object on the plane, Start ,Centre and End. Now i have given tags to these 3 specific positions.  When my player passes through ...

Using Line Renderer in Unity

Step 1. Create an empty GameObject with Line Renderer attached to it.   Step 2. Create an child  GameObject to above with BoxCollider attached to it.   Step 3. Attach the below script to mainCamera using UnityEngin...

Skeleton animation in Unity [Chapter 2]

Blog 2 :- Skeleton animation in Unity Hey Guys, this blog is part of a series " Skeleton animation in Unity". In this i'll try to explain "how to play animations of spine objects in Unity". For this make sure you hav...

Skeleton Animation in Unity

Blog 1 :- Skeleton animation in Unity Hey Guys, this blog is part of a series "Skeleton Animation in Unity" . In this i'll try to explain "how to instantiate spine objects in Unity". For this make sure you have "...

Operator operloading in C# via a custom Vector3 class

using System ; class MyVector3{ public float X {get; set;} public float Y {get; set;} public float Z {get; set;} public MyVector3(float x, float y, float z){ X = x ; Y = y ; Z = z ; } public static MyVector3 operato...

Segmenting an Image into Tiles

Segmenting of an Image can be done by applying different parts of a texture to Quads. This can be done by mapping different UV vertex points of an image with a Quad or any other 3d object. Following script demonstrate the Segmenting of an I...

Use of Delegate for multiple buttons

/* Use of  Delegate for multiple buttons. Different functions are assigned to delegate that perform the required functionality. The basic color change and animation that are common to all buttons are given here. */ // Apply this Script ...

Difference between Sprite, Textures and Materials

Hi guys , this post briefly explains what is the basic difference in Sprites, Textures and Material in Unity: Sprites : All the graphic components that are part of 2D Game development are called sprites. Sprites can be moved around, resized , ...

Car Controller Script

Here is the car controller script, just add this script to the car object and for values you can view the attached screenshots. This script contains the normal code for car controller, In this code the car object is just simply moving accordin...

Unity Generic Animation Format (GAF)

GAF Converter enable user to use swf files into unity by converting it into .gaf format. GAF animations are seamlessly integrated into Unity. GAFcomes with full Unity editor integration and sources.  Below are the steps to get ...
prev 1 3
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: