Keep getting this error CS8025
I wrote this code in my BoardManager script using UnityEngine; using System; using System.Collections.Generic; //Allows us to use Lists. using Random = UnityEngine.Random; //Tells Random to use the...
View ArticleHelp with more code
have a new problem with the first code, I dont know what a static member is. Error: Assets/Scripts/WightedCube.cs(9,35): error CS0120: An object reference is required to access non-static member...
View ArticleRender to texture with disabled camera allways generates error
When I render to texture with an enabled camera, there are no errors. But I don't want to render to texture every frame, so I disabled the camera and I use Camera.Render(); from an Update(); function...
View Article"Odd tag in Cleanup" Error
Unity is giving me an error named "Odd tag in Cleanup". This occurs when in the editor, and when in play mode. I can't seem to figure out what events cause it to be thrown. The game is a simple Oculus...
View Articleneed help!!!!
[code=javascript] Rigidbody2D.AddForce (transform.up * jumpPower); and this is the error: Assets/scripting/walk.js(44,22): BCE0020: An instance of type 'UnityEngine.Rigidbody2D' is required to access...
View ArticleUI Image problem, not set to an instance of object
Im working on a game for my 1st year University project, this code works until the player dies, and it's clone respawns (without the public UI Images set in the inspector). After trying to change the...
View ArticleKeyNotFoundException
Hello everyone i'm new here in the unity community i'm still beginner in the game development and in scripting so the problem i got is this: KeyNotFoundException: The given key was not present in the...
View ArticleThe name "List" does not exist in the current context
I followed a guide on how to make an alternative game of JetPackJoyRide on raywenderlich.com and I seems to have this problem with my code. [using System.Collections; using System.Collections.Generic;...
View Articlewebplayer fatal error, standalone crash on startup
So I followed the space shooter tutorial when I was done i removed audio and edited a bit of the featuers to use for a school project. I didn't test it when the tutorial was done but I've tested it now...
View ArticleUnity 5 missing fonts? Editor not drawing ANY text.
i install tahoma font by download it from MS. However it seen still have some problem. No word appears here..???![alt text][1] [1]: /storage/temp/44996-screenshot-from-2015-04-21-223114.png
View ArticleAssetstore: Invalid input block size. Error!
Hi when ever i try to download assets it says please wait and then error and then this shows up in the console: CryptographicException: Invalid input block size....
View Article"Error building Player" WebGL build error
I am using Unity 5 on WINE, everything works perfectly, but when I try to build for WebGL I get 2 errors: Win32Exception: ApplicationName='"C:\Program...
View ArticleWhy don't shadows appear in my built .exe? Unity 5
I am running Unity 5. I am using a directional light with hard shadows enabled. The shadows are real time and render just fine in Game View and when playing the game inside the editor. However, when I...
View ArticleIs there an easy way to pop-up error messages
hello, is there an easy way to pop-up error messages without having to make an extra panel for every possible error I can throw?
View Articleerror CS0029: Cannot implicitly convert type...
hello masters , i'm a newbie n i'm learning . but i'm having trouble when i try play ,show message "error CS0029: Cannot implicitly convert type `UnityEngine.CharacterController[]' to...
View ArticleParsing error CS8025
Need to add a script so that a character in my project talks when a user clicks on it. Unity is saying I have a parsing error CS8025. here is my script using UnityEngine; using System.Collections;...
View ArticleUnity not letting me download assets/ giving me error : unable to open this...
I am having a huge problem downloading assets from the unity asset store. When I sign in and go to download an asset by clicking on the open in unity button it gives me an error - unable to open this...
View ArticleGame crashes after build
I beginner in unity3d and dont know how to solve this issue. **error.log :** ---------- Unity Player [version: Unity 5.0.1f1_5a2e8fe35a68] tmp.exe caused an Access Violation (0xc0000005) in module...
View Articleerror CS0029: Cannot implicitly convert type `UnityEngine.GameObject' to `int'
using UnityEngine; using System.Collections; public class Generator : MonoBehaviour { public GameObject[] Skiny; public int LiczbaLosowanychSkinow = 40; private int[] WylosowaneSkiny; public float...
View ArticleCommandInvokationFailure: Failed to re-package resources.
Hello, my unity can't publish game for android and display re-package error: I use Unity 5.0.1f1 and java 64bit ver 1.8 on win 8.1 64 bit.> CommandInvokationFailure: Failed to> re-package...
View Article