Character Controller script won't work?
I've been having this problem for a really long time now. I used a tutorial to write this script, and they have no problem with it, but I keep getting the error "input axis verticle is not setup." I've...
View ArticleLineRenderer.Setosition Index Out Of Bounds
I was doing Unity let's try shooting with raycast tutorial, i have finished my script just like, but when i press fire button the console shows error LineRenderer.SetPosition Index Out Of Bounds,...
View ArticleHaving trouble with building and running the Roll-A-Ball game
Hello all, I am a novice and just recently completed the Roll-a-Ball tutorial on my PC. I followed everything the instructor did in the video series correctly. But when I clicked Build & Run, the...
View ArticleCannot implicitly convert type string to list - Why is this?
I am trying to write code that stores a list of strings, and then gets each one individually in a for loop. However, I keep receiving the following error: Cannot implicitly convert type `string' to...
View ArticleHow can I make a new line in Unity UI text?
Hello. How can I make a new line in Unity UI text? I tried many methods, but every time I have no results. This is the code: void Start() { StartCoroutine(Check()); TextGameObject.text = "Press The...
View ArticleHow to Properly use Root Motion for a rigged character?
Hi, commUnity. I have stumbled on a problem with root motion on my rigged humanoid characters. I created a walking animation inside of blender and exported it with the rigged human model as an fbx in...
View ArticleShould i downgrade Unity?
![alt text][1] Explain these errors pls [1]: /storage/temp/86869-4.png
View ArticleSoy nuevo en Unity y quisiera solucionar este problema con los reflejos que...
Miren esta foto y diganme si pueden ayudarme a solucionarlo![alt text][1] [1]: /storage/temp/86934-sin-titulo.png **Nose que podra ser y una vez dejo de pasar pero nose que habre hecho** xd.
View ArticleUnity lists not working while using collection generic
using System.Collections; using System.Collections.Generic; using UnityEngine; public class lists : MonoBehaviour { public List cps = new List(); public void Start() { } public void Update() { if...
View ArticleInconsistent line endings leads to loosing ability to activate/deactivate...
Hello, im experiencing problem with making new Script. I make a new script, attach it to object, write some example code in there then save. When i go back to Unity it throws error about line endings....
View ArticleError CS1525: Unexpected symbol 'void'
I can't seem to find the problem in my script. I'm trying to make a simple ping game, i'm only a beginner and I hate to say every time I fix a problem in my script(C#) a new one pops up. So I think...
View ArticleWhy this error is there? CS0021
Here's the error : Assets/Scripts/DNA.cs(44,35): error CS0021: Cannot apply indexing with [] to an expression of type `method group' And here is my code using UnityEngine; using System.Collections;...
View ArticleNull Reference Exception For An Unknown Reason
I am currently making my first game on Unity. I haven't been having any major problems so far until I tried to make a pause button. In a different scene I accessed the text of a button by declaring it...
View ArticleGetting errors while trying to build for WebGL
When I try to build for WebGL I get a message saying "il2cpp.exe has stopped working" Followed by some errors in the console log. Here are some screenshots to make it more clear:...
View ArticleAdmobs ads stopped showing up in the build?
I published an app the ads were working then I upgraded Unity to 5.5.1 and messed around with something in the admob plugin now they are being called I can see that in the unity editor but the banner...
View ArticleWebGL error: "Could not produce class with ID 0"
Hi, I am working on a WebGL project with asset bundles. Everything seems to work but I am getting the following error even when I disable 'Strip Engine Code'. Any thoughts? I don't find any reference...
View ArticleHow does Unity handle users not meeting the minimum system requirements (DX9...
Hi everybody, unfortunately I don't have a pc that old, nor do I know anybody that does. But the requirements for releasing a game on Big Fish include the following: *"GRACEFUL HANDLING OF OLDER...
View ArticleHow do I fix the ContrastEnhance error when i deleted a part and can't remember?
I had a "ContrastEnhance" error and i went into it into the visual studio and looked at the coding. I deleted something, thinking it would work (it didn't) and I looked it up and I found out how I...
View ArticleConsole error is given without filename when compiling
Hello, Upon compilation I am getting many errors like this: FindObjectsOfType can only be called from the main thread. Constructors and field initializers will be executed from the loading thread when...
View Article