Company
Home
About Us
Client Testimonials
Career
Portfolio
Contact Us
Gaming
Game Development
3D Game Development
Android Game Development
iOS Game Development
Blog
Game Design
Unity
Android
iOS
Graphics
Web
Contact Us
3DS Max
Android
Blog
Graphics
iOS
Maya
Unity
Web
Game Design
A Simple Way To Learn 3 Types of Real Time Clock Animation In Unity
Jump To
Basic project setup
Make a project
Scene setup
Hierarchy setup
Set the Cube object
Set the material for Cube
Scripting for animation
Create Script
Create Variable
Start Method
Update Method
Assign Script
Challenges
Conclusion
Objective
It's easy to implement. You have to write few lines of code and it's done. In this blog post, we will make two types of clock animation.
continue reading...
Ajay Parmar
2016-06-15 04:45:06
How to Implement Nextpeer for Multiplayer Game in Unity
Jump To:
Nextpeer Setup
Unity Setup
Objective
Main objective of this blog post is to give basic information to implement nextpeer for multiplayer game in unity.
continue reading...
Ajay Parmar
2016-06-17 04:00:24
How to Fade an Image Into and Out of a Scene in Unity
Jump To:
Implementation
Hierarchy set up
Panel script
Fading script
Apply script to object
Execute script
Objective
Main objective of this blog post is to give you an idea about how to Fade an Image into and Out of a Scene in Unity.
continue reading...
Ajay Parmar
2015-12-16 01:07:57
How To Drag And Drop Any Game Object
Jump To:
Create Project
Create Script
Click Detection
Update Method
Apply Script
Testing
Objective
This blog post is about how to drag and drop any game object. We can simply use the mouse position to get the target object without using the rigid body component.
continue reading...
Ajay Parmar
2016-02-02 23:53:11
Basics of Prefab in Unity3D
Jump To:
Prefab introduction
Requirement of Prefab
Create Prefab
Use of Prefab
Demo
Create project
Create prefab
Create instance
sphereCreator script
Apply script
Change color
Apply rigid body
Objective
This post introduces you to Prefab in Unity3D.
continue reading...
Ajay Parmar
2016-03-09 04:47:49