Why do I get so many errors when I switch to ARM64?
Hi, everyone! I am racking my brains out and am in desperate need of help. I have created a very simple iOS app in Unity for a school district. All it does is direct you to a Google Doc or website when...
View ArticleThe variable thing of SomeScript has not been assigned.
Right so i am currently trying to spawn two prefabs whenever the function spawn is run. The issue I keep encountering is that the Cube variable in this script comes back as unassigned. I am at a loss...
View ArticleHow do I get the ball to bounce off the paddles at an angle?
I have been using a Ping Pong game tutorial. This is the C# code that I had learned and copied to get my ball to bounce off the paddles at an angle and to get the ball moving back and forth. public...
View ArticleTerrain suddenly missing link- link broken
My terrain lost all prefab structure. Created a new prefab but all data is still lost (2 months of work). Only creates a plain terrain. Is there a way to retrieve data? Please help ![alt text][1] [1]:...
View ArticleCould not start compilation, Win32Exception
Just started my game up, I get this error. Could not start compilationWin32Exception: ApplicationName='"C:\Users\***\Desktop\***'s Folder\Unity\Editor\Data\Mono\bin\mono.exe"',...
View ArticleError CS0029
I have 2 different games... Text based and all that (because I'm learning the basics). using UnityEngine; using UnityEngine.UI; using System.Collections; public class TextController : MonoBehaviour {...
View ArticleSendMessage has no reciever
Hi Everyone, I have a really big problem, here is my script, before the raycast I have it set so that a clone of a prefab Grenade is instantiated, what I want to happen is that when I shoot said...
View ArticleSprites Failing to Load On Customer Copy
I launched a game on steam. Player came back saying they were experiencing a bug. I'm a bit stumped at what's happening since I only used Unity's default shaders. They start up the game and some of the...
View ArticleCoding bug with monodevelop
i made a 2D game and just made a new script and it says that there are 2 errors with the default script! i tried updating to the latest version and updating Monodevelop but the same thing keeps...
View Articlentdll.dll error on startup
Right after update unity to version 5.2.3 (installed Visual Studio) unity stopped working. Also even if I install previous version unity doesn't start. Anyone can help me with this problem? Below is...
View ArticleError unity error CS0200: Property or indexer...
public class PlayerController : MonoBehaviour { public float playerHealth = 100f, maxPlayerHealth = 100f, playerStrength = 100f, maxPlayerStrength = 100f, playerHungry = 100f, maxPlayerHungry = 100f,...
View ArticleJavascript Script for Object Follow?
I have a simple script for object follow so I can have an enemy follow the player. This is my script: Vector3( direction = player.position - transform.position ); direction.Normalize();...
View ArticleMaking a Floating Island from an .obj file
I've modeled an island, imported it. But now I have it imported the default FPSController from standard assets, it keeps falling through. I need help please.
View ArticleUNity ads (in windows build) gives error (error CS0246: The type or namespace...
So I am intregrating unity ads into my projects. They sort of work with android...sometimes. However when I build the windows 86/64 build, it gives this error. Assets/Plugins/AddCoins.cs(31,39): error...
View ArticleBlockBreaker Tutorial: CS0120 Error.
using UnityEngine; using System.Collections; public class Ball : MonoBehaviour { public Paddle paddle; private Vector3 paddleToBallVector; private bool hasStarted = false; // Use this for...
View ArticleRE: Error Message
Hi, does anyone know what this message means and should I worry about it? GI output for inputsystem: 6a897e68cdfa44889cb0962597ef7034 (9c4a2c8a2547397bfaa203d9628941b7) is missing. Its recently stated...
View ArticleDo Reflection probes as of 5.2.2f affect everything?
In my project, after updating to 5.2.2f, I'm no longer able to choose which objects are affected by reflection probes - Everything is, if it's in a reflection volume and has a standard shader on it....
View ArticleError UCE0001: ';' expected. Insert a semicolon at the end.
im makeing a game and it says Assets/NewBehaviourScript.js(1,7): UCE0001: ';' expected. Insert a semicolon at the end. pragma strict; var rotationSpeed = 100; function Update () { var rotation : float...
View ArticleHow can this be fixed
I get the following error in MouseLook.cs. I'm new to C# so this is puzzling me Error CS0120 An object reference is required for the non-static field, method, or property 'Renderer.materials'...
View Article(m_Channels[shaderChannelIndex].dimension != 0) == (((m_CurrentChannels & (1
Hey I am using Unity 5.2.3f1. Everything in my roject was fine. Now I am getting "(m_Channels[shaderChannelIndex].dimension != 0) == (((m_CurrentChannels & (1 << shaderChannelIndex)) != 0))",...
View Article