Posts

facebook - login,get facebook friends,share feed script

 using System.Collections; using System.Collections.Generic; using UnityEngine; using Facebook.Unity; using UnityEngine.UI; using System; public class demo : MonoBehaviour {     // public GameObject Panel_Add;     public Text FB_userName;     public Image FB_useerDp;     public GameObject friendstxtprefab;     public GameObject GetFriendsPos;     private static readonly string EVENT_PARAM_SCORE = "score";     private static readonly string EVENT_NAME_GAME_PLAYED = "game_played";     private void Awake()     {         // FB.Init(SetInit, onHidenUnity);         // Panel_Add.SetActive(false);         if (!FB.IsInitialized)         {             FB.Init(() =>             {                 if (FB.IsInitialized)   ...

Flappy Birds game Tuotirla Unity3d

Image
Android Apk Download Link: https://drive.google.com/open?id=11KQoNFf31erdIDLZ_I2YTaJFLBR8lZWp Watch it on webgl Platform: Screenshots:

How to make a Minimap in Unity3d Under 5 Minutes

Image
How to make a Minimap in Unity3d Under 5 Minutes in this video we are going to see how to make a mini map in a short amount of time under minutes

Unity3d Tutorial-Vfx Fire Effect Particle System

Image
color used for effect in video Color code1:FF9A00 Color Code2:F82606 Link to download particle effect package: https://drive.google.com/open?id=1yvl2U9tpGK6DstuTn2n1Iv8RAA9eAc_m

Unity3d Dotween Plugin Tutorial series -Information

Image
1.DOTween Plugin - Introduction (01) In this tutorial .we are going to see what is the do tween and how to get dotween plugin 1.A tween that takes control of a value and animates it. 2.Its  control of a value, takes control of other tweens and animates them as a group. 3.it reduces programming time 4.and  its reduces the file size 2.DOTween Plugin  -Movement (02) In this tutorial .we are going to see  DoTween Move System So we are going to cover following types of moves syntax 1.DoMove 2.DoMoveX 3,DoJump 1.DoMove To move the object relative to x,y and z Syntax: DOMove(Vector3 to, float duration, bool snapping) 2.DoMoveX To move the object only on particular position Syntax: DOMoveX/DOMoveY/DOMoveZ(float to, float duration, bool snapping) 3,DoJump To make the object jump on according the spot value provided Syntax: DOJump(Vector3 endValue, float jumpPower, int numJumps, float duration, bool snapping) Examples ...

Unity particle effect collection 1 package Get it For free

Image
Three types of particle effects available to download for free : 1. Balloon flying effect 2.Gas leak effect 3.Smoke effect Package download link : https://drive.google.com/open?id=120pXc_OmZmGWcGlIQTkUa3NlwzDfZbRv