magical glow effect
i have posted a link below. how to get the same effect of the globe in the wizards hand . and it should rotate inside his hand with the same color effect inside the image in the link i posted.See this...
View Articlemagical glowing blue globe
see the image below.in my project i want the wizard to carry a globe in his hand.i want the globe should be in sphere only with same effect and color in the image i posted below.and the globe should...
View Articlepassword filed and text field
in GUI.TextArea and GUI.PasswordField i am using gui.textarea as user name field and GUI.passwordField as password field .my need is i want to set a common user name and password for the user as as...
View Articlecreate havy snowll fall
as in the video how to create the snow fall when camera approach to it it should increases the snow fall and the snow fall should look real and heavy snow fall like in video is any free package...
View ArticleCharacter follow the mouse click
where ever i click the mouse the character should go there in a surface.my need is i want to move the character according to the mouse click.when i click the mouse button character should stand where i...
View Articleice skatting game
in my ice skating game i want the same effect as real ice skating game.how to get it while character runs through the ice.when the character run when he take a turn to left or right how to make the...
View Articleevent for key release
is there any event for to detect when i release any key.when i release the left arrow or right arrow key in key board. when i press uparrow the character should move forward in the ice skating...
View Articlerestrict the travailing distance
if my character is moved forward direction in z axis using uparrow.when i release the up arrow character should move to minimum 3 meter forward direction in z axis and stop should stop its motion. i...
View Articlemovement of the charater
i am using left and right arrow for the movement of the character in my game.my need when i press left arrow my character should rotate a certain degree(as like turing to left) in the left side and...
View Articlecharacter controll
var Speed : float = 0;//Don't touch this var MaxSpeed : float = 30;//This is the maximum speed that the object will achieve var Acceleration : float = 100;//How fast will object reach a maximum speed...
View Articlegui creation over an object
how to create a gui like the video below.mp player travels in the ice.when he reaches near the flag a question should come out of the flag as in the video below.the gui question should around the...
View Articlekey release of up arrow
when i release the up arrow key the gui button should appear.when i press up arrow the gui button should dis appear.after the release of the up arrow only i want the gui button should appear. var a1 =...
View Articleapplying force in any direction
var moveDirection = Vector3.zero; var speed = 1.0; if FixedUpdate () { moveDirection = new Vector3(0, 0, Input.GetAxis("Vertical")*speed); moveDirection = transform.TransformDirection(moveDirection);...
View Articlepause a audio inside game
function OnGUI() { if(GUI.Button(Rect(100,200,100,50),"pause")) //to pause the game { Time.timeScale = 0; } if(GUI.Button(Rect(200,300,100,50),"play")) // to resume the game { Time.timeScale = 1; }...
View Articlechange font size
can we able to change the font size of the text in the box. can we able to change the font size in gui skin through scripting.
View Articlecollision problem
in my ski gaming i have character.the character moves along the terrain.in the character i have added character control .There is script added to the character for movement in ice(first person walker...
View Articleslipering effect
how to get a slipering effect for the character when i release the up arrow.when i release it should slip for certain distance
View Articlegravity to apply
what gravity value should apply in down arrow axis to get the brake effect in the car.EDIT-PROJECT SETTING -INPUT-DOWN ARROWwhat should be the gravity value to get brake effect
View Articleto make a skid mark
i tried to make skid marks from the car tutorial given in unity .the skid marks not working for me. i taken the prefabs in the car tutorial.but i cannot able to produce the skid mark.
View Article