How to run onstart and fix this error
https://m.youtube.com/watch?v=_nRzoTzeyxU Im tryna follow this tutorial because im not used to unity’s UI and am tryna learn more by modifying code to see what it can and cant do Im trying to get the...
View ArticleHow to run onstart and fix this error
https://m.youtube.com/watch?v=_nRzoTzeyxU Im tryna follow this tutorial because im not used to unity’s UI and am tryna learn more by modifying code to see what it can and cant do Im trying to get the...
View ArticleMy IEnumerator function is getting a parser error please help!
I have recently been working on a wall run mechanic for my game. At the end of the script I put and IEnumerator with a function but unity reads back a parser error and the parenthesis are unexpected....
View ArticleError cs1525 Unexpected symbol `private'
I'm new to programming please help. Error between 1 - 42 using UnityEngine; public class Controls : MonoBehaviour { public float horizontalSpeed; float speedX; public float verticalImpulse; Rigidbody2D...
View ArticleImportFBX error resulting in meshes missing
I'm coming across the following issue, which results in meshes missing. `ImportFBX Errors: Couldn't real file [...] Rock.FBX` I'm using SourceTree source control, and what I'm finding is that Unity is...
View ArticleCopying assembly from directory Temp to Library/ScriptAssemblies failed
So I got this error when moving to a new laptop that also uses a newer version of Unity (previously 2018 1.1f, currently 2018 1.6f1). "Copying assembly from directory Temp to Library/ScriptAssemblies...
View ArticleUnity Package Manager Error
So I have reinstalled my Unity to update the version from **2017.3.0** to **2018.2.3f1** .First I got a **windows build support error** but handled thanks to the internet.But know regardless of what...
View ArticleException: Deployment failed. Output:
I'm using PC and Microsoft Mixed reality headset. I got this error when I hit "Build and Run." What does this mean? Exception: Deployment failed. Output: Length cannot be less than zero. Parameter...
View ArticleArgumentNullException: Argument cannot be null. Parameter name: value
I got the error message when I tried to build and run the game. What does it mean? and where do I look at to find the error? ArgumentNullException: Argument cannot be null. Parameter name: value...
View ArticleAll the scripts in my project are giving me a CS0103 and CS1061 errors!
I was working on my project in unity and everything was fin. I created a new script to start working on something and noticed that it wasn't working. Everything I would type, it would underline it. So,...
View ArticleCan't log into unity
I downloaded the free personal version of Unity and after creating an account and logging in, this error code appears.
View ArticleUnity.exe - Entry Point Not Found
How do I fix this? I just downloaded Unity and I was about to make an asset, so I started up the program and I received a popup saying, "The procedure entry point ucrtbase.terminate could not be...
View ArticleWhat does "Invalid serialized file header" even mean and how to get rid of it?
I know it's not a big deal, but having this error just pollutes my console and distracts me off of bugfixing. I'm having an issue with this error since months, and it is annoying. Here's the full error...
View ArticleProblems popping up for no reason.
So I am having problems with a project. I am making a restart feature for my game. And it is giving me bullcrap errors that make no sense at all. Can someone give me some alternatives? These are the...
View ArticleUnable to target build platforms when building on Andriod (2018.2.0f2)
![alt text][1] [1]: /storage/temp/121181-unityforum.png Hello, I'm having trouble building my game to my device. I have installed android studio and the java development kit but I keep getting this...
View ArticleWhy an Error come While i create a project?
![alt text][1] [1]: /storage/temp/123510-screenshot-48.png kindly hlep me ,while i am creating a new project . it pop an Error .kindly guide me and send me the solution
View ArticleUnityScript: BCE0048: Type 'ScriptFileName' does not support slicing.
**Hi Guys, I have a mistake "slicing" an class variable. For better understanding I created a test file, trying to help you guys figuring out that problem.** Code explanation: There are two classes...
View ArticleCommandInvokationFailure: Unable to convert classes into dex format
when i use chartboost sdk and facebook AudienceNetwork both in my project and i build android apk so build faild and give this error pls help![alt text][1] [1]:...
View ArticlePathfinding script breaking for prefabs only
OK so I've had a really annoying problem for the last three days and I've finally nailed down the problem but not sure how to fix it. I have used a youtube tutorial series by Sebastain Lague on...
View Article