[HELP] Following the 2D character controller tutorial from the live training...
Hello, I have a 2 part questiong/problem, I am following along to the 2D character controllers tutorial from the live training section and I am at the part of the session where it talks about...
View ArticleExpecting EOF found 'Public'
I asked this question before, and it was answered. The problem was fixed. However, there's a second "Public" in the script that isn't recognized. I'm out of ideas now. I'm a beginning JavaScript user....
View ArticleUnity Ads not playing video on android [Playback Error]
Hi Unity Team, since the last weekend I encountered a problem only on Android, which is related to this thread: http://answers.unity3d.com/questions/862075/unity-ads-video-playback-error.html The first...
View Articleswitch statement issue, any help?
hello unity coders, i am a c# student, not really beginner but i have some experience that make me more than a beginner a little, anyways, i have made a scene for testing my scripting skills, and i...
View ArticleUNITY JS BCE0043: Unexpected token: ).
I am not sure what I am doing wrong I believe it is something simple but I guess I am too blind to see it. Error is: Assets/release/js/images.js(51,5): BCE0043: Unexpected token: ). I will use...
View ArticleExport (.exe) fail, pink screen?
Hello, i just can#t find out what these error Messages mean: value.byteStart + value.byteSize <= dataFileEnd UnityEditor.HostView:OnGUI() Invalid serialized file header. File: ""....
View ArticleGameObject has undefined tag!
In m_MaterialHit = hit.collider.transform.tag; error!!! Code: using UnityEngine; using System.Collections; public class bl_FootSteps : Photon.MonoBehaviour { public bool CanUpdate = true; public...
View ArticleError-Can't load scene
Hello, I restarted windows 10 (was running slow) then opened unity project and I get this Error when loading a scene "Failed to load 'Assets/3.unity' because its serialized file version is higher than...
View ArticleCreate multiple meshs in one mesh
Hi, I tried to create a "Screen" using Mesh and MeshFillter but when i create a new Mesh the last one is remove, i am very bad for explain, here is the code... using UnityEngine; using...
View Articleloading 3rd party dll from native plugin
Hi Experts, I've created a native plugin. I'm on a mac using Xcode. I need to import some proprietary file formats so I'm using a 3rd party .dylib. When I build a standalone executable project it works...
View ArticleC# NotSupportedException: non imported interfaces on imported classes is not...
What exactly does this mean? As far as I can tell I've imported all of the interfaces for my imported classes.
View ArticleWhy in Xamarin the errors dont show exactly.
HI, my trouble is, I now have a mac, and I have downloaded the last Xamarin studio and downloaded the add ins for unity (utilities for use with unity, mono soft debugger for unity, monodevelop...
View Articlegoogle services and admob problem
this errors appear when i im importing the admob package Error importing folder (The pathName assets/plugins is already mapped to fce8a713f1e5a4cc4b9973d1ef630f31. But the meta data wants it to be...
View ArticleFacebook SDK - Calling code from another directory
Hi I have installed the facebook sdk and have it working with the basics. But I get this error: Assets/Plugins/Database/Database.cs(271,83): error CS0246: The type or namespace name `FacebookLogin'...
View ArticleUnity 4.6 Always crashes after about 1-3 minutes of playing game.
I have not found this precise situation in regards to Unity crashing. In the editor or executable and only after getting Unity 4.6, Unity will crash after about 1-3 minutes of playing my projects. This...
View ArticleMy Shader code error since update 5.3 "'input parameter 'i' missing semantics...
Would you mind helping me identify what the problem is with my shader code? It was working perfectly before I updated today to Unity 5.3. The error is > 'frag': input parameter 'i' missing semantics...
View ArticleAfter changing my Sprite compression settings for WebGL I got the error...
In a bid to reduce the file size of my game I went through all of the sprites in my game and went to their WebGL settings and changed the compression setting to Crunched, after saving and building the...
View Article"namespace or end of file expected" Not sure what to do. 2D Rouge-Like Tutorial
using UnityEngine; using System.Collections; using System.Collections.Generic; using UnityEngine.UI; public class GameManager : MonoBehaviour { public float levelStartDelay = 2f; public float turnDelay...
View ArticleUnity 5.3 MonoDevelop can not be opend
Hi community, i have a problem with the new version unity 5.3. I downloaded and installed the new version with the downloader. After installing all components and starting the editor i tryed to lunch...
View Article