Sunday 13 September 2015

LightMap On Baked Prefeb problem Solved Unity3d

in unity 5 when we bake lightmap on any object and make it prefeb and if we want to use that prefeb runtime or if we drag that prefeb in hierarchy for use than that preb missing light map

this video give solution for that problem

video explain one example as a solution

if it helps you than please subscribe video so we can get analysis of user and we can make video in future so it helps all developer.


LightMapScript.cs

Wednesday 5 August 2015

Create App in Playstore console (Part 1)

this video contain basic introduction of playstore console,

and it will explain how to create app in google developer console

-this video has 2 parts this is part 1

-part 2 has information related to inapp products

Create inapp products in google Playstore console (Part 2)

this video contain introduction of Inaap products in google developer console, it will teach you how to create inapp products and how to test inapp and how many things are required for inaap.

and it will explain how to create app in google developer console

-this video has 2 parts this is part 2

-part 1 has introduction of google console




Sunday 2 August 2015

Fb Debug Hash key missing problem unity 3d solved

this video will help you to solve problem of debug keystore hash is missing when you are using Facebook plugin for your unity project.

i hope it will help you

Tuesday 28 July 2015

Monday 27 July 2015

Create New Keystore for APK With Help of Unity

What Is Keystore?
-- Keystore is one type of signature,You have to sign apk file with keystore every time.

Type Of Keystore :
-- There are mainly 2 types of keystore Debug And Release.

What Is Use Of Keystore :
-- keystore is one type of owner identity,so if you sign apk keystore than it means that apk is created by that person.

What is Importance :
-- If you want to update your any app from Playstore than you required keystore that you signed in before for that apk.

-- when you update apk to playstore, it check previews keystore file and new keystore file you use to signed in for apk file.

What if you Lost Keystore :
-- if you lost keystore than you can not update your apk on playstore.

How Many Time I Can Create Keystore?
-- you can create number of keystore but it should be unique for apk,because when you want to update any apk than you need old keystore that you used to signed in before.

Video:
               This video will help you to learn how to create keystore for android apk and how to sign the apk with keystore.


Saturday 11 July 2015

Admob Integration in Android Unity Project

Q=What is Admob?

Answer: Admob is one Advertise provider that is provided by google.Admob is used for advertising in mobile application and games for ios and android devices.

Q = How Free Games in Play-store Make Money? 
Q = Why Game Developer put Advertise in game? 

Answer: when you download free games or apps that show advertise in game or app that generate revenue.As per the impression of advertise owner of app get Revenue from admob.


Q = How To Start Admob for My app?
Answer: 
you have to visit the link http://www.google.co.in/admob/  to start admob,create new account in admob and create one app in admob and make banner id and interstitial id for that from admob website and copy that both id and use that id as per the following video.


                                                 This video will help you to integrate Admob in  your unity android project.I made video very simple so developer can understand easily and i made very small methods to start admob instantly.

--These is one Check-box from there you can on and off banner ads in your app.and you can setup position TOP/BOTTOM for banner from simply select position.

--For Interstitial Ads you have to call method :

AdmobAdManager.admobinstance.LoadInterstitialAds();

-- for example: if you have one event of game over and you want to show fullscreen ads on gameover screen than call this method in the event of game over

   if(gameover==true)
  {
        AdmobAdManager.admobinstance.LoadInterstitialAds();
   }

https://youtu.be/E-PTuWv9Bqo

--I Hope This Video Will Help you To Integrate Admob Easily In Unity Project.

--If You Have Any Doubts Than Feel Free To Message Me

Thanks.





Script:

https://www.dropbox.com/s/9a4wc8t5uxl4v1t/AdmobAdManager.cs?dl=0

Friday 10 July 2015

Wheel collider problem in Unity 5: SOLVED



watch this video : https://www.youtube.com/watch?v=jNySyx2RrP0




                                          I am going to explain that how i first time get this problem in my unity,so one time i am thinking about to make one car physics so i update my unity from unity 4 to unity 5  and i added one car model in unity and i search some video related to car physics and i am following instruction given by video and after video completed i run my project to check car is moving or not,and than i found that my car is not running its flying :(

                                           So i tried many things to solve this problem by my self and finally i solved it, that problem is of rigidbody.

                                           This is Because Unity 5 physics is changed compare to Unity 4.in this video i tried to explain you about the problem that i get when i tried this car physics first time,and i explain what solution i found to solve this problem and make car moving smoothly.

Explanation:

WheelCollider : this is the collider that we have to attach to the wheels so it will help to make stable car or any object on surface and that will help to move objects in circular direction (same as motor torque) ,so wheel collider is used to give circular force to all wheel so car can move forward or backward. 

if you are beginner than you can visit this link to learn more about wheel collider



Saturday 6 December 2014

Unity Question Answer


hi unity3d game developers,
this blog will help you to solve problem in your game development,
you can now put your questions here and get answer about your problems during development in android and ios.
this blog  started before few week but i will upload many thing here that will help you in your development