How to change a variable of a script from other script in unity C# ?
here is my code using UnityEngine; using System.Collections; public class _destroyBust : MonoBehaviour { private GameObject temp; private string name; public GameObject bustPrefab; void...
View ArticleHow to save and load score in facebook game ?
I am trying to make a facebook game in unity .But I wondering how to save and load score for this game Please show me any way to do it .It will be very helpfull
View Articleflash build error ?
when i build my game with facebook canvas for flash it shows me following error: Usage of a type or method not supported by Unity Flash. * Details: Invokes an unsupported method System.Void...
View ArticleHow to save score for unty game in flash for facebook ?
I am trying to make a facebook game using unity in flash .I am using facebook canvas for it.The game has 10 levels .But I am wondering how to save score for every level individually in facebook .It...
View ArticleHow to lock rotation for 2D rigidbody
I'm using 2d rigid body's in my 2D game and rotation is currently a problem.I don't want the sprite to rotate while it collide.But it's rotating when it collide with another rigidbody . Is there any...
View ArticleHow to show status bar notification in android
In my game I want to show status bar notification from game in android but not getting any idea how to do it please help me out
View Articlehow to resize different sprite into same size and assign to a game object ?
I want to resize sprite to same size and assign to my gameobject so that all sprite look a like my code is below` %|-1861673298_1|% %|1456770366_2|% public Sprite img1; %|524112416_4|% void Start()...
View Article