!CreateDirectoryRecursive(fullpath) - Fatal error!
I'm using Unity 5.3.5f1 and I get these error message after every new installation...... Unity 4.7 works fine but the new version is strange. I tried to change the installation path, run Unity as admin...
View ArticleError MSB3645: .NET Framework v3.5 Service Pack 1 was not found. In order to...
The monodevelop is not letting me build the project and keeps on giving this error: C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(5,5): Error MSB3645: .NET Framework v3.5...
View ArticleCA1016: Mark assemblies with AssemblyVersionAttribute
I am using visual studios with the latest version of unity 5 and I am getting this error in visual studios CA1016: Mark assemblies with AssemblyVersionAttribute I am also getting these error in unity...
View ArticleTwo error in code CS0619 and CS1061
using UnityEngine; using System.Collections; public class PlayerController : MonoBehaviour { public float speed; public GUIText countText; public GUIText winText; private int count; private int...
View Articlejavascript NullReferenceException: Object reference not set to an instance of...
Hi everyone. Well, i'm trying to make an Armor system for my RPG like game. But i'm having trouble setting the starter armor value to the character when it is first instantiated. First, i have a script...
View ArticleError building Player: CommandInvokationFailure
when i try to compile the program to apk this error coming pleas help me Error building Player: CommandInvokationFailure: Failed to re-package resources. See the Console for details....
View ArticleUnity 5 - Occlusion culling 2D error
'm trying to set a Occlusion culling on my topdown 2D game. I have made a sprite object with a Occlusion Area on it.Once I try to bake it, it gives me the following error: No Renderers that are marked...
View Articlehi, please, I'm trying to create an enemy detection script in cs and i keep...
using UnityEngine; using System.Collections; public class Enemy_Detection : MonoBehaviour { private Enemy_Master enemyMaster; private Transform myTransform; public Transform head; public LayerMask...
View ArticleHow do you fix NullReferenceException: Object reference not set to an...
Hello. I am trying to create a 2d video game where the player can turn right and left using arrow keys, and shoots a harpoon when the space bar is pressed. However, I can't figure out how to make the...
View ArticleCannot export the APK after import the IAP plugin
hello I have got a problem after I import the IAP asset to the project, that is showing Unable to convert classes into dex format. Any one can teach me ? Thanks a lot!!
View ArticleCompilation error without reason?
Hi, whenever I start my script, it just says: expecting }, found else. I can't imagine why :( #pragma strict var timer: float = 0.5; // set duration time in seconds in the Inspector function Update() {...
View ArticleParsing error
Hello, I have a parsing error, but I don't really understand why:/ Could anyone help please? using UnityEngine; using UnityStandardAssets.CrossPlatformInput; [RequireComponent(typeof (GUITexture))]...
View ArticleWhenever I try to enter playmode after creating a script, a compiler error...
I started working in Unity yesterday on a project I had in mind. I started by implementing the playable character's sprite with the help of my friend who has worked with Unity for quite some time now....
View ArticleProblem with cheatcode
I am trying to make a script that when the player types "TILT" in sequency, the game changes to a new scene. BUT i am having a lot of problems, as usual T.T I found this script in the forum and i...
View ArticleHow to Move a 2D character in a certain direction?
Hello I am really new to unity and creating my first game. Can anyone please tell me how to move the character in one direction or to move him back. And also the functionality of **isKinematic**? And...
View ArticleFloat parse issue FormatException: Unknown char: -
Hello, all! I'm having a problem with float.Parse I'm using this code to covert strings to floats. int amount = 0; for (int i = 0; i < lines.Length / 3; i++) { print(lines[i]); Instantiate(cube, new...
View ArticleDoes Viking Village work with Unity 5.3.5f1
![alt text][1] I downloaded the latest Unity and then downloaded Viking Village from the Asset Store. It does not run due to Compiler errors (attached). Could someone kindly tell me how to fix these...
View ArticlePlease help
I got something like that under my all java scripts "The associated script can not be loaded. Please fix any compile errors and assing valid script" on every restart computer, with that that comes...
View Articlewhat does this error mean? javascript
this is the first time i've seen this error (which to be honest isnt totally shocking im building the both longest and hardest game ive ever had to program) this is the mystery error Failed to call...
View ArticleHow do I solve "SendRequest Error"
After I turn off my firewall, I got a notic about "SendRequest Error" when I downloaded and installed Unity 5.3.5f1 which form the Personal of buton to Windows10.
View Article