how to auto destruct the gameobject
Hii..i am new to unity,i am watching the videos [link text][1] [1]: http://vimeo.com/album/1512103/video/18907747 and in this there is a portion in which auto destruct checkbox is ticked to destroy the...
View ArticleWalker boys tutorial... NullPointerException error
Im seeing the Walker boys tutorial, Im on the Project #2, where you make a ship that destroys asteroids... and there's a part where the bullet must call a function from other object... (here's the...
View Articlehow can i shuffle cubes
i have 15 cubes and 1 empty gameobject,i want to shuffle them so they change their position on start of the game. i tried this snippet but nothing is happening. var cube1 : GameObject; var cube2 :...
View ArticleHow to swap object again?
i have create the game in which object is swapping it's position with empty game object. problem occur when i click first time on the object it swap.,but when i click again on same object it does not...
View Articlehow to compare the order of the objects of list
I have two lists named gems and gems1 in which I have 16 clones of an object, and they are stored with unique names in both lists. Afterward one list gets shuffled. Now I want to compare the order of...
View ArticleSorting an array of clones by their position and compare them
how to compare the positions of the clones of two array list..??i tried this snippet but it didn't work for me.gems is the arraylist in which positions of clones get shuffle and gems1 donot get shuffle...
View Articlehow to call a class on click
i want to create a dialog box with yes and no button.,so i used the gui.window and create it a script.,but now i want to call this script on back button click. **toast.cs** void OnGUI() { if...
View Articlehow to save and load the game state
i want to save the game state and want to load it on resume button click.But i dont knw how to do that.,i tried the snippet using UnityEngine; using System.Collections; public class SaveState :...
View Articlehow to create toggle button
i want to create a toogle button looking like this. ![alt text][1] [1]: /storage/temp/27027-photo.png
View Articlehow to set the background image on slider
how can i set the backgroung image on slider..? or can i change attach material to slider and can change it on click..?? if the value of slider variable ==1 can set image 1, and if value of slider...
View Articlehow to save and load game through unity Serializer
i want to save the game and load it on resumr button click.,so i used the link [link][1].and i think with this i am able to save the game but unable to load it.,what am i doing wrong..?? void Start ()...
View ArticleHow to store texture and color of gameobject
i used the unity serializer to save the game and load it..but having a problem when i save and load it from button click on main menu.the texture i used on dynamic objects get null(that means it...
View ArticleGetting white screen on load through unity serializer
I am trying to save the state of a single gameobject in my scene which contains the clones that genrate at runtime . containing only serialisable types. I have added the SaveManaer to my scene, and...
View ArticleSerialization error: Error when trying to link to a previously seen object
. My game has two scenes: a scene for the main menu, and a scene for the actual game. If I am playing in the game scene, I am able to return to the main menu. The code that brings me to the main menu...
View Articleon start a new game texture is not appearing
my game have 2 level named as "game" and "menu".In my game level i am opening an window that ask for save or not.i just simple click no menu level get open.then again when i click on new game button in...
View Articlehow to store the texture
i am creating the cubes run time,which have textures right now i am just storing the position of cubes in vector array..i want to store the textures of the cubes also..Is it possible,how can i do it..??
View Articleresolution problem
how to load a level with same resolution on any of the orientation...how can i solve it in free aspect ratio my gui buttons are visible but in portrati mode my buttons and gameobjects cut down.how san...
View ArticleHow to fix the positions of the buttons in any resolution
In my game,i am providing three buttons in the bottom of the screen,one for back,one for shuffle and one for settings.,i want to arrange them in a order that,whenever i open my game on any device...
View Article