Audio Help!
I am currently making a horror game, and I need sounds to play once, and then destroy, I asked this earlier, but I couldnt find the thread, this is my script function OnTriggerEnter(other: Collider){...
View ArticleHelp me with smooth zoom
Anyone can make the zoom smooth for me please, i really need it, thanks all. using UnityEngine; using System.Collections; public class abc : MonoBehaviour { public float zoomSpeed= 250; public float...
View Articlehelp guys create restrictions or boundary
sorry for bad english i am beginner in unity3d i don't have a background create a game i create a island how i restrict my fps not go out in terrain map thanks guys in advance god bless
View ArticleEnvironment Interaction
I am trying to make a game, but I am curious: - Is there a possible way to enable environment interaction, such as with a door? - Is it possible to allow a collection system, such as with keys for...
View ArticleAssets/FPSC/Scripts/Player.js(27,29): BCE0044: expecting :, found '='.
Ok, so im kinda new to java script and im starting to get the hang of it, im working on an FPS and the code i use to do iron sights with i get an error on (27,29) var PlayerState : float; var...
View ArticleCamera annoying error helps error
hello I'm doing mouselook camera movement and character but giving error tah boring symbol} but if I take it from another mistake this symbol have to look at getting the script 're saying is the last...
View ArticleMecanim Capsule Collider Issue
I've been having an issue all day with Mecanim and I just can't solve the issue. The issue is that I have set up my collider right in the editor as so: ![alt text][1] The collider is all set right, but...
View ArticleIs there a way to download models to a flash drive?
I have a PC, with Unity downloaded, but no internet connection at this current time. Is there any websites where I can download models that I want to use onto a flash drive as I can't seem to do it on...
View ArticleUnity Web player doesn't finish the install, can you please help me?
I downloaded Unity Web player but the game i want to play says I haven't and now I saw that the install isn't finished and every time i click on the Icon for unity wewb player it says i have to accept...
View Articlemy java script is not working
hello i am new to unity, i have followed a you tube video on how to make a health, thirst and hunger bar, i followed it perfectly and checked my script countless times but when i test out my game there...
View ArticleUnexpected token: targetPos
I get an error where my TOKEN is wrong, and I would really like too know what a token is :P. (Noob Here) So if you could help me that would be nice ^^ function (CalculateAimPosition targetPos =...
View Articlecoding help! BCE0044: expecting ), found '{'.
Hello, I have being coding a script for PlayerStates to my controller has animations when it moves and i have been copying MRxTeaBag from youtubes script and i get errors that he doesn't...
View ArticleDoes Unity Free download allow publishing online?
Does Unity Free download allow publishing online? I mean for example making a facebook game from it or IOS or other. I'm just wondering since I really can't afford to buy premiums of any other program...
View ArticleHeath system need help
So i have a "Main Menu" when you click "play" it takes you to a Level selector Screen with all the levels, and you can click on any level and play it. When u play a Level you have 5 heart's that you go...
View ArticleVariable Adding Error
I'm a total noob at C#. I'm trying to add 1 to a deathcount when someone dies. The dying part works fine, it's not mine my friend wrote it, but I'm trying to mess with it to get this working. Here's...
View ArticleURGENT HELP NEEDED ASAP, TERRAIN PROBLEMS
i am making a horror game about an abandoned asylum, i have made the front garden to the asylum and i used like 100 cubes to make the terrain because i didn't know how to use it well, now i have added...
View ArticleHow do i load my next level?
i wrote out a function so when currentScore == 6 it loads level 2, but it wont do it.why? here's the script: #pragma strict static var currentScore : int = 0; var offsetY : float = 40; var sizeX :...
View ArticleBeginner please help. NullReferenceException: Object reference not set to an...
I'm new at this whole coding thing so I don't know what is wrong here I'm making a simple space shooter game and this is the part where the player life suppose to subtract every time the astriod hit...
View ArticleHow to make the left joystick fully control the movement?
I recently followed a tutorial to create player movement with the joysticks. It took me a while to work it into the game, but I finally managed it. The only problem is that the right stick controls...
View Articleinfinite runner HELP
this is my code but there a 2 problems that wont let me start. the problems are; Assets/Sample Assets/2D/Scripts/PlatformerCharacter2D.cs(90,76): error CS1526: A new expression requires () or [] after...
View Article