Quantcast
Channel: Latest Questions by Grizzly
Browsing all 90 articles
Browse latest View live

Question about 3d model licences

So I want to find one (ONE) 3d model of some car that I can use in my game which in future I might consider to sell ,and I found this 3d website http://tf3dm.com/ but when I search for 3d models on the...

View Article



How to create a muzzle flash particle using legacy particles?

Basicaly what the questions says. I wanna place particle prefab in front of my weapon barrel to simulate muzzle flash when I shoot and I have a texture for it ,but I dont know how to make that particle...

View Article

Rotating the First Person Controler - main player not working.

Every time I do a rotation of my main character in editor and then go into play mode its facing direction stays the same. Any ideas how to solve this?

View Article

Audio play problem on raycast hit colider.gameObject.tag

This is the part of my script. if(hit.collider.gameObject.tag == "Enamy") { lineRenderer.SetColors(color3, color4); if (!hit.collider.audio.isPlaying) hit.collider.audio.Play(); } Basicaly I want...

View Article

Dirt particle when shooting ground angle problem.

So basicaly this one is out of my league ,I am strugling how to edit this script but its not working for me. this part is problem: GroundEffect.transform.localRotation =...

View Article


How to make 3D texts show ammo?

Allright ,so I got my script for shooting ,and now I want when my ammo decrease in the script to make 3d text show that on screen in game mode ,I will have to make a few more variables for that but how...

View Article

Walking sound on collision problem (script included)

I made this script to create sound when I am walking on diferent terrains using collision but the problem is when I go forward it plays the right sound of the tagget object but when I walk sideways it...

View Article

Problem with audio.Play , script.

So basicaly I have a script where I made variable var ObjectSound : AudioClip; - then if I press button # AudioClip = ObjectSound; - Audio.Play(); - And I want it to play only once when I press that...

View Article


How to remove a tag after pressing a button #

so I have a script where I made if statment if raycast hits object with a tag ##### then something happens ,but how do I remove a tag from it once the button is pressed? I gues it has something to do...

View Article


Does anyone have idea how to create a flare torch?

View Article

How to make random numbers changing in realtime, script

I want to make a script which will generate random numbers something like 0.1345365 I want all 7 numbers behind 0. to change randomly, lets say every 2 seconds. Then I will connect that with a string...

View Article

Unity Technologies Assets

I am currently watching the asset store and seeing some free assets as published by Unity Technologies ,but when I try to download a licence page pops up ,saying lots of stuff ... I would like to know...

View Article

Need help with script.

I made a script where numbers change randomly and its connected with 3d text: var number : float; var numbershow : TextMesh; InvokeRepeating("numbers", 0f , 1f); function Update () { numbershow.text =...

View Article


How to prevent shaking when standing on moving elevator

Well I made a script where elevator goes up and down based on animation and it works but when it starts the animation and I am standing on it ,when I look around or move ,it shakes ,I tryed to lower...

View Article

Adding door sound line in the C sharp script help.

Hi every one I found this script on some assets that I found and its in Csharp ,I dont know C sharp :( ,can someone update this script just to play a sound when door opens and closes that I will put in...

View Article


CharacterMotor does not exist in the current context

I made a script for walk ,run and idle animations for my weapon ,this script I saw on youtube and I wrote it from the video. First I get error that CharacterMotor does not exist in the current context...

View Article

Weapon overlaping guiTexture problem!

Let me get started ,I am working on a FPS project and I created a system where you can read a note on E button and note is guiTexture with texture atached and its script ,and it works but the problem...

View Article


How to read note by pressing "E" using RayCast only?

So here is my problem ... I made a gui texture like note that can be read when E is pressed ,but the command on read works on colider trigger script ... actually I had to make 2 scripts to do this and...

View Article

How to change the font and colour of GUI letters?

basicaly what the question says. Is there any line I need to add to onGUI function script to change the font of letters?

View Article

Need some information on 3d hud display.

So basicaly I wanna know how to create a 3d hud display on a weapon in first person shooter ,where you can see ammo ,or other than weapons , maybe health and other stuff? How its done? Need information...

View Article
Browsing all 90 articles
Browse latest View live




Latest Images