Blacksmith Environment 'Profiler' error?
Hello, I recently imported the Unity Blacksmith Environment asset into my project, and 24 errors saying "The name 'Profiler' does not exist in the current context," have popped up. I'm relatively new...
View ArticleMonodevelop Fatal Error
Hello unity community, im new here and i have this error with monodevelop http://answers.unity3d.com/storage/attachments/75843-capture.jpg i reinstalled monodevelop i reinstalled unity none of these...
View ArticleWhen building project I get directory error
I get this issue when trying to build my project: DirectoryNotFoundException: Could not find a part of the path "C:\Program Files (x86)\Windows Kits\10\Platforms\UAP\10.0.10240.0\Platform.xml"....
View ArticleUnable to convert classes to dex format GoogleMobileAds SDK conflicting...
I made a 2d game and used GoogleMobileAds SDK to implement ads into the game. Yesterday, I imported Facebook SDK so Player could share it`s score in Facebook. When I tried to compile it, it presented...
View ArticleError with merging Android manifests
Hello community, I'm trying to build my app for Android, but I keep getting these error messages which are on the picture. Since I'm beginner in programming, I have no idea what is wrong. Two manifest...
View Article"Failure to initialize! Your hardware does not support this application"...
The thing is - builds I do on my PC(I use unity 5.4.0f3) work fine on my device(Doogee x5 max pro), but if I download my app from Google Play I get the error. So I cant release my app because of it. I...
View ArticleThe Built [exe] of my game won't go past Splash Screen
Hi, I got my game with a function GameJolt API that supports Signing in and Trophies I also got my gameObject Ball (Pong Remake) to instantiate to the middle with it's trail when it scores. Now when I...
View ArticleCan't build my Project
I can run my project and everything is working. When I build it: There should be 'Testbuild0.01_Data' folder next to the executable ArgumentException: The Assembly System.Configuration is referenced by...
View ArticleInvoke method couldn't be called. Tried everything...
Hello, I'm trying to deactivate a muzzleflash effect on a gun after a short amount of time. I'm trying to use invoke() to do it, but it's not working. I have tried setting the invoked method to public,...
View ArticleThe the script class needs to derive from ScriptableObject error.
I get this error when trying to CreateInstance of a class that inherits from ScriptableObject. **"The the script class needs to derive from ScriptableObject."** This is so weird, because the error...
View ArticleVungle xcode Match-O linker (Id) Error
I am having following linker errors while integrating **Vungle** advert at xcode. Any help will be appreciated. Thanks.![alt text][1]. [1]: /storage/temp/88872-vungleerrors.png
View ArticleHow can i make both two cameras to follow the player but only one with...
have two cameras. One is the Main Camera and the second is Camera is added. I put both cameras under as child the ThirdPersonController. The problem now is i can't move the player, when i use the WSAD...
View ArticleBuilding to android fail- unable to convert classes into dex format.
Hello, I have problem with building to android. Since I am beginner, I have no idea what to do, because building to iOS worked. First I had error with android manifests, but I got this fixed. I am...
View ArticleProperty already exists. Use SetTexture instead - error doesn't make sense
I'm updating a 5.4.3 unity project to 5.5.1 and I get this error in a very strange context and don't know how to fix it. (this error did not occur in 5.4.3) The line it gets reported on is:...
View ArticleUnexpected symbol `=' in class, struct, or interface member declaration Error
I have a script 'Example.cs' with a list declared in it. Then I'm trying to access it through another script (Test.cs). using System.Collections; using System.Collections.Generic; using UnityEngine;...
View ArticleGoogle Play Services occurs error when game left
I found out that it´s because of Google Play Services. If I exit my Android App after a while when the game is already closed there comes an error message: 'MyGameName' has been stopped. Which code do...
View ArticleHow to convert an inputfield's string to an int? (C#)
I'm trying to make an interactive random number generator, and I have two inputfields for the minimum and the maximum values. I know you can make a string to an int by doing int.Parse(variable), but if...
View Articlestring.Split('/') gets Incorect format error on run?
I have used this a bunch of times and am using it the same way in other places but I keep getting this error when I try to use it here " System.FormatException: Input string was not in the correct...
View ArticleCommandInvokationFailure: Failed to re-package resources.
I'm trying to make an APK build for Android and I can't figure out how to fix this. I was previously using Android SDK tools 23.0.3 but I updated it to 25.0.2. I added...
View Articleerror CS0201 if gameover then i would like to lock move
using System; using UnityEngine; using UnityStandardAssets.CrossPlatformInput; namespace UnityStandardAssets.Characters.ThirdPerson { [RequireComponent(typeof (ThirdPersonCharacter))] public class...
View Article