error CS1502 and error CS1503 What is this?
using UnityEngine; using System.Collections; public class Menu : MonoBehaviour { public string obecneOkno = ""; Vector2 srodekEkranu; string login; string haslo; void Start () { srodekEkranu = new...
View ArticleCan someone help me make a simple jump script?
Hello im just making a game that is VERY simple and im really really new to this. Im coding in c# and i want to make a jump script where the cube just stands still and jumps. I dont know what to write...
View Articlehow do i link menu options to a button?
hello, so today i decided to start trying to make a simple game to work my way up, however i got a little confused, so im using citybuilder tool to help me along my way till i get use to how its all...
View ArticleBoxTrigger Collision Issue - Still prevents me from passing through it
Hello, I have an issue where I still seem to stop at the boundaries of a box collider whose IsTrigger is set to true. The interesting thing is that it only hinders my movement while moving forward....
View Article; Expected HELP
if (Distance < lookAtDistance) { GetComponent Renderer.material.color = Color.yellow; lookAt(); } I really need help with this!
View Article[Answered](C#) Unexpected symbol `else' Need Help
Hello everyone. I am making a movement script with some animations(first time) and I am getting errors that don't make sense to me. The first error I am getting is "PlayerMovement.cs(48,28): error...
View Articlehow do i make a patch system for my game
i am making a game in unity 3d but i don't know how to make game patches for free without money please help
View ArticleAnimation frames
Hi guys İ have a thirty-two angles sprite sheet. I want to show a different angle each frame. But i can not change frame number. Which method do i switch between frames?
View ArticleRotate Character/Avatar into turn while running
Hello, I'm attempting to build a character controller script that will control a bipedal generic rig I've created. So far, the script I've built, based of the one in this tutorial series:...
View ArticleAdding an unkown Component type to an Instantiated GameObject
First Time using this, so I'm sorry if the question is too vague or formatted incorrectly. Question: I need to Add a component to a Game Object that I will instantiate. This Component's name AND type...
View ArticleBack and Menu button on the device
Yo, so I am just wondering how to make a script for menu button and back button that are on the device? With this i mean this two buttons: ![alt text][1] [1]:...
View ArticleAdd repeating object
Yo, so i really want to add object that will repeat like in Flappy Bird ![alt text][1] [1]: http://i.perezhilton.com/wp-content/uploads/2014/03/flappy-bird-gif.gif Those green block that repeat when...
View ArticleHow to do that?
Hello, since I didn't get any good answer anywhere I want if someone can help mi with this: I have 4 platforms, when I pass by all of them with my player I want that in the position before my player...
View ArticleCan someone help me?
Hello, So I want to do something that will move my platform in forward on random position of Y axis and +5 of x axis when the player pass though object.. And i really don't know how would i do that....
View Articlecheck if the object is in camera view
Hello, so like the tittle says I want to check if the object with that I mean platform is still on the camera POV. If now i want to move it in front of the player +10 on X axis. Some one can help me...
View ArticleWhy is my shoot animation always looping?
The reload animation works when I run out of ammo, but when I click the shoot button (left click) once the animation will loop endlessly. How do I stop this? I've attached two pictures for you guys to...
View ArticleInternal Compiler Error :(
I loaded up a asset and was greeted with a error (wow, shock) and I have no idea how to fix it.> Internal compiler error. See the console log for more information. output was:error CS2011: Unable to...
View Articlewhat is with my unity full version for mac?
MonoDevelop doesnt open, i tried to goto unity prefs & change it but the system prefs look like this: ![alt text][1] [1]: /storage/temp/33334-unity+prefrences.png I even tried downgrading unity but...
View ArticleMinecraft Clone Block Placing Script - need help
hello , im trying to make a minecraft clone and im working on the placing system i made a script it works , when i try to place a block from above a block it works perfectly but when i try to place a...
View Articlehow to setup a online sever
i have been working on a game and i want to allow people to play online and i was wondering how to do so
View Article