Parsing error and unexpected symbol
I have the following code with 2 errors. A parsing error at 80,1 and a unexpected symbol '}' at 68,25. any help is much appreciated :) using UnityEngine.SceneManagement; using UnityEngine; using...
View ArticleNão Consigo Arrastar um asset para scene
Não consigo arrastar nenhum asset do tipo png para a scene existem alguma coisa que bloqueia isso pq no video que eu assisti o cara simplesmente clica e arrasta para dentro da scene
View ArticleUnity / Arduino wifi communication for multiwii serial protocol
Hello, im using unity to send and recieve socket using serial protocol after converting values and assembling the socket and send it i couldn't get any answer from the arduino considering that when i...
View ArticleFailed to re-package resources
Error building Player: CommandInvokationFailure: Failed to re-package resources. See the Console for details....
View ArticleCan't load one unity project (which I'm working on) but can load all others!
So I start up Unity and choose which project I want to use, but it won't load. So I try loading up the scene. But when I load up the scene this happens: "Unity Editor has stopped working A problem...
View ArticleWarnings in Java
So i'm kinda new to the entire scripting world and i'm trying to read up on it and follow tutorials, i have tried to make a few easy scripts myself just to test it out, but no matter what i write i...
View ArticleObject Reference Error
I'm creating pickups that will modify my HUD text once they are picked up. Instead, they are just giving me object reference errors. Any tips would be appreciated! public void ModHealth(int _value) {...
View ArticleArray of dictionaries: "Object reference not set to an instance of an object"
Hi, I'm trying to have an array of dictionaries (which has GameObject references as its keys and Vector3s as its values), where each index in the array refers to one "step" in time (each "step" refers...
View ArticleBlack screen on first run
![alt text][1] [1]: /storage/temp/72008-captura.jpg No login screen; I disabled my firewall, not using page lockers
View ArticleHelp me! Camera Path Animator error CS0103
Help me! I used Camera Path Animator in my work, when the game started all it's ok. But if i Build the game appears this error : Assets/L'Infinito/Assets/NEW - Camera Path...
View ArticleHi I'm trying to create a VR project using unity and oculus on a pc using...
Ok I have been trying to make a VR project in unity I am currently running windows 10 on my laptop and I'm using unity 5.1 and oculus 0.5.0. runtime and having a lot of trouble getting them to work in...
View ArticleI Keep Getting Error CS0052
I Keep Getting this weird error when i try to do a simple enum. This is the error - "Assets/Scripts/Dude.cs(33,27): error CS0052: Inconsistent accessibility: field type `Dude.WeaponType' is less...
View ArticleGo back to previous asset version
I updated my A* Pathfinding asset, and after it was done, none of my scripts would load. I get the error: "The associated script can not be loaded. Please fix any compile errors and assign a valid...
View ArticleCan't send emails! - SmtpFailedRecipientException: failed recipients - C# -...
I am having problems with sending emails from unity with gmail. It used to work before, but now it doesn't. Here is my code (there are some dutch words in it as message): MailMessage mail = new...
View ArticleHow to keep track of multiple NPC's / Enemies
Hi there, I am making a defence game, where the player places soldiers which can be moved along the walls/buildings etc Each soldier has a light of sight in the form of an arc, if an enemy enters the...
View ArticleOn Android, my 25MB Game takes a very long time to install. How can I fix this.
When I download and install my game on my Samsung Galaxy Note 4, it will take forever to install and sometimes say "App Not Installed". The game is 25MB. How can I fix this to make an acceptable...
View ArticleAnimator().Play is not accepting variable
When I try and run the following to play an animation, I receive the following in Unity Animator.GotoState: State could not be found UnityEngine.Animator:Play(String) Test:OnMouseDown() (at...
View ArticleBones with Make Human Unity5
OK. Got tired of messing with Fuse models because something is screwing up with them on their end with Mixamo. So here is the problem. Same Model using Make Human. 1; I used Make Human Model and...
View ArticleMy game is different on the mac then it is on the iphone?
I Bought the unitZ Asset and i got Control Freak 2 to work perfectly on it. However i have 2 very minor issues that i don't have on the macbook but i do on the iphone. 1 - My bullets (Ie shotgun,...
View ArticleDontDestroyOnLoad make errors
I have 2 scripts: first one is a script attached on all items of my scene and adds these on inventory; second one is the inventory system script attached on a gameobject with all inventory scripts...
View Article