All I get when I build and run a Unity Android app is a blank screen for a...
I am using a DroidX running Android 2.3.4 My program just shows a red unity cube, nothing else. The only player settings I changed was setting the Bundle Identifier and setting the Minimum API level to...
View ArticleMonodevelop won't open
I installed unity 5.3.2 and for some reason, when I try to open monodevelop, it just loads for like half a second (till the loadbar is halfway through) and then it stops. I checked the task manager and...
View ArticleCompile errors using WebGl plattform
Hi, I want to add WebGl plattform support for my project and just struggle with the following errors compiling in WebGl on Unity 5.0.0f4. Maybe you have some ideas fixing those. Especially what dll's...
View ArticleWebGL and I/O
I managed to get my project running on WebGL. Now I run into expected i/o issues. This is the code loading the config.xml file: public void loadSettings(string pathToSettings) { if...
View ArticleHELP! Most GUI Text mysteriously nudged upwards after update..
I recently installed a second instance of Windows 10 on a new hard disk i bought, now alternating between the two as part of a slow merging process to the new system. Anyways, I just installed the...
View ArticleUnity 5 baked GI weird result
I tried to bake the light map of the scene , but the result is weird. I've set the objects need to baked to lightmap static and disabled precomputed Realtime GI in Light-> Scene, all other settings...
View ArticleNamespace error....what???
After I updated my Unity version from 5.1.1p2 to 5.2.3, I've been having so many frustrating problems, many of which I've already resolved, but this is one of the remaining ones. For some reason I keep...
View ArticleNullReferenceException: Object reference not set to an instance of an object
I'm new to C# and facing an issue regarding NullReferenceException: Object reference not set to an instance of an object Assets.Plugins.SmartLevelsMap.Scripts.MapCamera.SetPosition (Vector2 position)...
View ArticleIm getting an error CS0115 cs.
using UnityEngine; using System.Collections; namespace Opsive.ThirdPersonController.Input { /// /// Acts as a common base class for Control Freak input. /// public class ControlFreakInput : PlayerInput...
View ArticleCan not Find Application.persistentDataPath location.
Hello! I tried using a debug log and also a print. It works, but it prints nothing. (Not built game, only inside editor) Thanks, in advance.
View ArticleUnity, Mechanim And Mixamo 3D Animation: NullReferenceException.
Hi All... I'm coding a Medieval Fantasy game and am currently working with Mixamo, Mechanim and C# to make the main character walk using GetAxis based off the Unity Workflow video by Mixamo [(Here is...
View ArticleFiring to Target In Range
I'm creating an arcade game and I created some turrets called "turbolaser". I created a script for these turrets to shoot continously with 1 sec. wait before firing again. No problems occured; here's...
View ArticleUnity 5 animation play on trigger problems
Hello! I am trying to get my enemy AI to play a animation when the player hits his collision trigger, however when using Unity 5 I am getting a few errors. "Failed to run script updater" "API updating...
View ArticleAssets/BirdMovement.cs(27,29): error CS0120: An object reference is required...
using UnityEngine; using System.Collections; public class BirdMovement : MonoBehaviour { Vector3 velocity = Vector3.zero; public float flapSpeed = 50f; public float forwardSpeed = 1f; bool didFlap =...
View ArticleICryptoTransform can not work on the Android phone
public static string Encrypt(string data, string secret) { TripleDESCryptoServiceProvider des = new TripleDESCryptoServiceProvider(); MD5 md5 = MD5.Create(); string key = GetMd5Hash(md5, secret);...
View Article[Error] NuiInitialize Failed - Device is not supported (e.g. Kinect for XBox...
Hy guys. I want to build a game with Kinect. I have Kinect Device version 1 with Unity Ver 5.2 and i using Windows 10. But when i Running sample from [Asset Store][1] And i have error **NuiInitialize...
View ArticleI getting an error CS018
Error Message : Assets/Plugins/Editor/Control-Freak-Editor/TouchControllerCodeTemplateGenerator.cs(67,22): warning CS0618: `UnityEditor.EditorWindow.title' is obsolete: `Use titleContent instead (it...
View ArticleError BCW0012 'UnityEngine.Application.LoadLevel(String)' is obsolete. Use...
@script AddComponentMenu("ControlFreak-Demos-JS/DemoSwipeMenuJS") public class DemoSwipeMenuJS extends MonoBehaviour { public var ctrl : TouchController; public var menu : SwipeMenuJS; public var...
View ArticleBCE0044: unexpected char: 0xFEFF. error
#pragma strict var fireballbullet : Transform; function Start () { } function Update () { if (Input.GetKeyUp("e")) { var bulletfire = Instantiate...
View ArticleCould..... not preload global game manager #0 i=0
Recently, thanks to the 5.3.2 update, unity for 32-bit has no modules in the download assistant. I then torrented modules from the older versions and loaded them into my Newer unity. I built the game...
View Article