creating 3rd person character in unity
I created a cube and I have made simple animations for that cude; idle, walk, and jump. and I have dragged all of the 3rd person scripts that unity comes with and I have applyeed the animations to it....
View ArticleCompiler failed to execute
I have never had this problem before, but I recently switched to a new laptop. Basically I am only able to open unity once , then afterwards if I open it again I have to reimport everything for the...
View ArticleClassNotFoundException on UnityPlayerProxyActivity on some devices
Hi, i ve pubblished a game on google play, and its working on all my devices, but a user have send me an ANR (an error log direct from device to my google play app console) showing this:...
View Article9 errors in Javascript
Hello I have a script that deals with buying a car. Here it is #pragma strict var NotEnoughMoney : GUIText; var YouBoughtTheCar : GUIText; function Start () { Career_Variables =...
View ArticleSharing Violation on path in Adcolony
I have a completed game working properly in Android and is published on Play store already. Now I wanted to submit it on iTunes. As soon as I started building the same project for iOS, I got this...
View ArticleAddComponent can't find script name MouseOrbit?
i moved a folder with 2 .JS from angry bots demo to character customization demo. the scripts are CameraScript and MouseOrbit. in Angry Bots, no errors, and in Character Customization unity demo, i get...
View ArticleProblem with camera in game mode.
Everytime I go into game preview there are green horizontal bars going from the bottom of the screen to the middle like it was dead pixels, but in scene mode everything was fine.. Its not just that one...
View ArticleThe Animation state could not be found. Already marked as Legacy animations...
So here is my problem. I created an object in Blender, and animated it. All the animations are in the same clip, so I splited it into what I need. I marked the Rig as Legacy, and checked in the debug...
View ArticleImporting trees from blender to unity
Hi there, Here is my problem: when I try to import my blender trees into unity as fbx files I cant see them at all and I get the following error in Unity: ImportFBX Errors: Couldn't read file...
View ArticleBCE0044 expecting }, found ".
I keep getting BCE0044 expecting }, found ". when I try to test my game, I dont know what I am doing wrong but hears my code so if anyone could help that would be much appreciated. :) //swinging...
View Articleerror CS1525: Unexpected symbol `(', expecting `)', `,', `;', `[', or `='
Hello, I`m new to C# and I`ve been following some tutorials on the UI in 4.6 and in my script I get this error: Assets/Scripts/Menu/Functions.cs(19,38): error CS1525: Unexpected symbol `(', expecting...
View Article"The regerenced script on the Behavior is missing!"
I have no idea what it's talking about, I don't see anything wrong with my code. using UnityEngine; using System.Collections; public class ENAI : MonoBehaviour { // Use this for initialization void...
View ArticleCharacter keeps moving in one direction on its own
Hello Everyone, So I have a script that tells my character how to move around (forward, back, jump, crouch, etc.) I've been using the same script for months and haven't edited anything on it, but as of...
View ArticleError building Player: Win32Exception:
Error building Player: Win32Exception: ApplicationName='C:/Program Files (x86)/adt-bundle-windows-x86_64-20130219/sdk\tools\zipalign.exe', CommandLine='4 "C:\Users\Rodrigo...
View ArticleFatal Error !
when I click on app unity ,it notify **Fatal Error.Fail to instantiate project unity graphic** It's fault this...Doesn't it?![alt text][1] [1]: /storage/temp/32101-untitled.jpg
View ArticleC# Sword Movement Error
Hello, I have an object Sword, placed next to a 3d player so they can see most of the sword. I have a function set to operate when the Q key is hit. I get an error though. The code is: using...
View ArticleUnexpected symbol 'Flip' and 'else'
On lines 81 and 83 I am getting two errors. One is error CCS1525: Unexpected symbol 'Flip'. the other is error CS1525: Unexpected symbol 'else' using UnityEngine; public class PlatformerCharacter2D :...
View ArticleError cs0119 expression denotes a type' where a variable' value' or method...
I create a loadscreen and clicking to play I get this error: Error cs0119 expression denotes a type' where a variable' value' or method group' was expected. Can help me? Mi Script in C#: using...
View ArticleSemicolon Error... have all semicolons at the ends
hi there, i know there are some threads about this but i cant find the help i need in these. hope you can fix my problem. :) in my script i get always the " ';' expected. Insert a semicolon at the...
View ArticleError The namespace '' already contains a definition for 'AAMode'.
I get this error : BCE0132: The namespace '' already contains a definition for 'AAMode'. I tried a lot of options but I can't find the solution! #pragma strict @script ExecuteInEditMode @script...
View Article