Quantcast
Channel: Latest Questions by robertmathew
Browsing latest articles
Browse All 60 View Live
↧

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 Article


magical 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 Article


password 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 Article

create 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 Article

Character 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 Article


ice 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 Article

event 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 Article

restrict 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 Article


movement 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 Article


character 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 Article

gui 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 Article

most recent relase

most recent relase of unity

View Article

key 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 Article


applying 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 Article

pause 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 Article


change 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 Article

collision 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 Article


slipering 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 Article

gravity 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 Article

to 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

increases the progress bar

var progressbarempty : Texture2D; var progressbarfull : Texture2D; var progress : float = 0; function OnGUI() {...

View Article


special effect in box

can we add any special effect in GUI.Box like moving gui.box front and back.like wise any special effect is there for gui.box

View Article


free plugins for gui

is there any free gui plugins available.to add any special effects to gui button,label,box and text.how to make gui button look like a transparent glass

View Article

glowing gui button

i want to create a GUI.Button.my need is i want to fade in and out the color of Gui.Button with out fading the text inside the gui.button.i do not want the gui.button to fade.i want the color inside...

View Article

scroll view problem

var scrollarea : Vector2 = Vector2.zero; var scrolltext; function OnGUI() { scrolltext = " Well about time you showed up!I am Prospero,\tThe guardian of the lost city.\tYou don't know me,But I know...

View Article


multiplayer score profile

Display panel for the highest scorer:This is on the top left hand corner of the screen.This panel will display the name of the user with the highest score till date. It will also display the highest...

View Article

Comparing Two Arrays

var score1 = 600; var score2 = 200; var score3 = 100; var score4 = 1000; var score5 = 50; var playerscore = [score1,score2,score3,score4,score5]; var playername =...

View Article

creation of mini map

how to create the mini map showing the player current position inside the game as red dot.when ever player moves inside the terrain the red dot inside the mini map position should change according to...

View Article

offset for skybox

currently i an using the sky box in my project.i want to rotate the the sky box so that it feel like cloud is moving.i tried by putting sky box in another camera and rotating the camera but it is not...

View Article



error for foreach statement

public int[] boardState; // State of the baord void Start () { foreach(state in boardState) { state = 0; } } error CS0230: Type and identifier are both required in a foreach statement private var...

View Article
Browsing latest articles
Browse All 60 View Live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>