Quantcast
Channel: Questions in topic: "error message"
Browsing all 2891 articles
Browse latest View live
↧

!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 Article


Error 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 Article


CA1016: 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 Article

Two 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 Article

javascript 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 Article


Error 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 Article

Unity 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 Article

hi, 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 Article


How 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 Article


Cannot 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 Article

Compilation 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 Article

Parsing 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 Article

Whenever 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 Article


Problem 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 Article

How 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 Article


Float 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 Article

Does 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 Article


Please 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 Article

what 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 Article

How 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
Browsing all 2891 articles
Browse latest View live