[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 Articlemake my jump anim complete before walk anim starts?
I basically want it so when I press space while holding w my jump animation plays fully then when its complete change back to walk animation, right now it starts the jump animation and then switches...
View ArticleLittle red x's on my scene view
project link: https://drive.google.com/file/d/0B2ZiQtohl3tmc1pTVEJRYkNjT3M/view?usp=sharing image: ![alt text][1] [1]: /storage/temp/38804-screenshot+(163).png
View ArticleCollider has illegal parameters
Hi, recently i made some 3d box colliders for UI buttons for it to have functions. however, its saying: collider has illegal parameters. or something like that. i thought it was gone when the update...
View ArticleSwitch CullingMask with OnTriggerEnter
Hi guys, it possible switch cullingmask of maincamera when player collider an object? it's my script but is not workin :/ obs: i dont have experience with scripts #pragma strict var...
View ArticleI need a script or plugin to stich my terrain together. I can only find ones...
I just want to go and conect terrain together but I need it free. Got a script I can use or maybe a link. Any help you give is nice. Thank You
View ArticleLocking the cameras Y axis in pause
So in my pause menu I have found out how to lock everything I can exept for the cameras Y-axis movement. I've looked up all kinds of stuff and cant figure it out. Anyone know what I should do? Thanks...
View Article2d controll rigidboy.velocity.y
Hi guys, i'm having a problem trying to program in unity 5. i've watched tutorials, but are only for 4.6, and the most used comand for controll jump and walk simultaneously, they use: new Vector2...
View ArticleHow to make muzzle flashes for an automatic rifle
Hello, I'm making an FPS game. I have made a shoot function aswell as a shooting animation. Only how to do muzzle flashes for my gun? The shoot anim is around 0.07 seconds. I've tried to merge the...
View ArticleAppendProject error
using System; using System.IO; using System.Reflection; using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEditor; using UnityEditor.Callbacks; using...
View ArticleHow to fix (does not exist in the current context)
**Can you help me** ![alt text][1] [1]: /storage/temp/49151-capture.jpg using UnityEngine; using System.Collections; public class EnemyController : MonoBehaviour{ NavMeshAgent nav; Transform player;...
View Articleerror 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