Parsing error on MeleeSystem script
I've recently started trying to make a game using a dated tutorial have reached the part where I have to make a melee script. I followed everything to the letter and even sought out some corrected...
View ArticleNo Output Log File
When I build my project, I never receive an output log file in the data folder. Any Ideas?
View Article2d player glitching around in new scene?
hello i am making a 2d robot game and i just copied and pasted the bot from level one into level two but when i press play, the character goes to 0,0, and starts glitching around. im using the...
View ArticleWin 32 Path already exists error
Hi there, Thanks for reading my question. I'm not really a coder, but have been asked to develop a demo. I am trying to build a system whereby the user loads in images to Unity to be displayed at...
View ArticleUnity Assistant not opening
I have installed the unity assistant from unity 5 download, but it won't open. It comes up with "SendRequest Error" any ideas?
View ArticleWTH does this error mean ? and what exactly is 'false' ?
Ok, so I made a new game/project to try and sort out another issue I was having (thought would be easier with the bare minimum components to resolve it. Anyway.. did that, created a terrain, centred it...
View ArticleKeep getting error Assets/ScreenShake.cs(20,44): error CS0411: The type...
Hello. I am trying to build a shake screen script using one I found online. I keep getting the error "The type arguments for method `UnityEngine.Component.GetComponent()' cannot be inferred from the...
View ArticleOculus integration with Unity 5
Hello! I'm admittedly new to both Unity and Oculus. This is essentially an identical post that I made at Oculus. Quick note - things that built in Unity 4.6 broke in Unity 5. I got the following error...
View ArticleWhy am I getting this error: "Keyword 'this' is not available in current...
using UnityEngine; using System.Collections; public class PlayerLife : MonoBehaviour { public LifeState lifeState = new LifeState(this); public class LifeState { private PlayerLife playerLife; private...
View ArticleRigidbody.AddForce not being detected
When I am inputting lines to add a force in both 2d and 3d, addforce is said not to exist in the directories and when it comes to running. I keep getting the CS0120 Error. I reinstalled the program...
View ArticleCannot allocate memory importing package.
When i try to import my project in my mac, it shows a fatal error that says cannot allocate memory. it cannot be my computer since it has 32 gb ram and the package is only 1.44 gb size. I dont know...
View Articleunityengine.component does not contain definition
I am receiving an error telling me that unityengine.component does not contain a definition for "material" here is my code; using UnityEngine; using System.Collections; public class TileMouseOver :...
View ArticlePossible to build android .apk for non neon devices?
With the move to unity 5, android builds use neon instructions on ARMv7 to drastically speed up performance, however, some older devices don't support neon, and since unity 5, android builds will no...
View ArticleUnity 5.0, ambiguous component reference?
Unity 5.0 onward, all the component variables except "gameObject", "transform" and "tag" have been deprecated (See script reference "UnityEngine.Component"), which is alright. So when one has to access...
View ArticleMultiplayer Networking with RakNet
I am looking into how Unity 5 works with RakNet in this new version and I have had no luck finding any further information that is up to date with the new version. At the bottom of the features page...
View Articlevoid Animating Error
Hi, I am following the Unite 2014 Survival Shooter tutorial on Unity 5 Personal and have an error here is a screenshot: ![alt text][1] [1]: /storage/temp/42590-screen-shot-2015-03-15-at-90659-am.png...
View ArticleGetting Random Errors on Compile
Every time I compile from Unity (4.6.2f1) , I get these errors: Internal compiler error. See the console log for more information. output was: Unhandled Exception:...
View ArticleAsset Bundle export script 'Cannot convert' error
Hiya! I'll start by saying that I have nearly no C# experience/knowledge at all, and am learning as I go. I'm attempting to modify the asset bundle export script provided in the Unity 5 documentation...
View Article: error CS0246: The type or namespace name `String'
I've implemented revmob into my project, but i get this error, what can cause it? private static readonly Dictionary REVMOB_APP_IDS = new Dictionary () { { "Android", "55058f85a7eb28be4fd37xxx"}, {...
View ArticleUnityAds - Ads not showing
Hello! Basically I have a problem with my UnityAds plugin. You see, the ads won't show. At all. I have read the documentation, and followed a youtube video - showing you how to set up and initialize...
View Article