Problem with gun/shooting scripting
I've tried 5-6 different scripts for gun/shooting. Non of them works and i have to be done with my project until under a week!(school project). Can someone please help me find a working one? I am a...
View ArticleError CS0103?
Hi, I'm getting a CS0103 error, "The name "ballPosition" does not exist it the current context" on line 25, A.k.a: ballPostition = transform.position + new Vector3(0, 1f, 0); Here is my code: using...
View ArticleI can't fix this error!
I'm getting an error: paddleScript.cs(42,31): error CS0200: Property or indexer `UnityEngine.GameObject.rigidbody' cannot be assigned to (it is read only) Here is my script: using UnityEngine; using...
View Articlehow to make web build?
hi, I've made a "game" (more like the sketch -.-) and I wanted to share it with friends but I don't know how to do it, don't have money to rent a web host, I can't upload it to a site like wooglie...
View ArticleHow do I put windows in my house?
How do I put windows and doors in my house and I need help on making roads. Help please?
View ArticleCollision Detection with edges of planes
So, we're making a 2D platformer that has a mechanic that requires us to use planes as our platforms. The planes have to be rotated so they are facing the screen(so player can see the image). The...
View ArticleWhy is everything in Unity reversed?
It seems like everything in Unity is reversed all of a sudden. When I place an item on the ground and put rigibody physics on it, it flies in the air. When I try to move around the scene by holding...
View Articlelevel load problem
Hello, Im currently working on a game like mario 64 and im having some difficulties.I have made a missions table/billboard to select missions. What i want to happen is when you go to the billboard...
View ArticleMy player gameobject is ignoring colliders...
Hey people! I'm working on a 2D sidescrolling game, and a major problem I found with the player is that it completely ignores colliders. This is the first game I've scripted by myself and my code is...
View ArticleI want this script to destroy the enemy
using UnityEngine; using System.Collections; public class death : MonoBehaviour { Transform curTransform; void Start(){ curTransform = gameObject.GetComponent(); curTransform = gameObject.transform; }...
View ArticleDeath collider
When this spheare hits me in the game i need it to kill me on inpact what would I type?
View Articlehelp me what should i do...
hi all i m new to Unity and game design today i have download unity 3d 4.1.3 free version. help me plz Internal compiler error. See the console log for more information. output was:BCE0011: An error...
View ArticleIs there any tutorials for unity that is not a video?
my computer does not want to play videos for some reason, im really new to the program and have no idea about anything, is there any document tutorials to help me?
View ArticleNeed help to limit the range of where I can open the door.
Hello I have been using the ShadowDemoscript and have made it possible to open doors like in Amnesia but with the difference that I open and closes the door by holding down the F key. The problem is...
View ArticleRe-Spawning after hitting an Object HELP!!!
Hey guys i really need some help. im making a game and i can't figure out how to make my main character re-spawn when hitting a certain object to spawn back at the start (just the start.i would...
View ArticleCan't change color of terrain during runtime...
Hello! i'm trying to make a grid and before i tried it and i realized it used to many polygons because i used cubes. So i decided to make each segment as a terrain so each one has 4 polygons instead of...
View ArticleHow do i show vertices?!
I imported a house from Sketch-up 8 pro, and got all the textures loaded, but the problem is on walls with the same texture, you can't tell where the corners are. They run together, Can i show the...
View ArticleHos Can i learn c# scripting fast?
I have a worked with unity and c# for a few years for myself, but my teacher of c# only teached me in like 30 hours, so I'm pretty new at c#. What I want, is like a list of good tutorials, or online...
View ArticleI have a BCE0044: expecting :, found '='. problem
i dont know whats wrong,the sentence keep wrong,help me PlayerPrefs.GetInt (" playerScore3")>50 ? m_bActive[idx] =true : m_bActive =false ; #pragma strict var m_bActive : boolean[]; var...
View ArticleMonoDevelop Not Opening Mac
Basically, I try to open MonoDevelop, and it will show the little bouncing icon like normally. However, it then closes after a brief 5 seconds. (Or less) This is the console:...
View Article