I keep getting this error(error CS0019: Operator `
public void OnClickRandomButton() { int spawnPointX; int spawnPointZ; int i = 1; int amountInput = int.Parse(amountInputField.text); do { spawnPointX = Random.Range(-150, 151); spawnPointZ =...
View ArticleNeed Help Fixing NullReferenceException in Text Adventure Game
Hello! I have been following the Text Adventure Game Tutorial on the Unity Help page ([here][1] is the first video), specifically [this][2] video, towards the end. When it came time to test my game, I...
View ArticleExtracted from Apk Duplicate Scripts when delete one the show multiple...
using System; public sealed class MonoPInvokeCallbackAttribute : Attribute { public MonoPInvokeCallbackAttribute(Type type) { } }
View Articlehelp getting errors when i try to add object to array
here's the code: if (Input.GetMouseButtonDown(0)) { if (currentBlueprint.tag == "Tower") { number++; GameObject newTower = Instantiate(currentObject, currentBlueprint.transform.position,...
View Articlethe type or namespace name 'PlayerMotor ' could not be found. Are you missing...
I need heeeeeelp pls,I need heeeelp plsss
View ArticleCan someone explain this error?
Ok so i asked a question yesterday regarding why my final score wasn't displaying correctly but well I've now got a weird error to do with it. basically I'm using a c# level editor to create my levels...
View Articlecs1061 fix me error please
using UnityEngine; using System.Collections; public class DataImplementer : MonoBehaviour { public int carSelected; public GameObject CadillacXTS; public GameObject ChevyVan; public GameObject L200;...
View ArticleCan someone explain this error?
Ok so i asked a question yesterday regarding why my final score wasn't displaying correctly but well I've now got a weird error to do with it. basically I'm using a c# level editor to create my levels...
View ArticleCan you please help me with these errors,Can you please help me with these...
Hi, can I have a hand with this script i'm new to coding and I'm trying to make a game for my Gaming class but I have error codes such as; Assertion failed: Assertion failed on expression;...
View ArticleCan someone explain this error?
Ok so i asked a question yesterday regarding why my final score wasn't displaying correctly but well I've now got a weird error to do with it. basically I'm using a c# level editor to create my levels...
View Articlewhy the wheels moves to the wrong position when i click play....
GetComponent().centerOfMass = new Vector3(COM.transform.localPosition.x transform.localScale.x, COM.transform.localPosition.y transform.localScale.y, COM.transform.localPosition.z *...
View Articlehelp me please. after chlicking play wheels ar in wrong position in the...
fix error please GetComponent().centerOfMass = new Vector3(COM.transform.localPosition.x * transform.localScale.x, COM.transform.localPosition.y * transform.localScale.y, COM.transform.localPosition.z...
View ArticleUnity Package Manager Error after Windows 10 upgrade
Error - operation timeout. An all versions from 2017 to 2018.2.12 (except 5.6.6 - there's no pack manager). Error start from any Windows 10 upgrade, this year. And today after Visual Studio Community...
View ArticlePropertyHandler.cs 203 error not accessing materials of a model
I am importing a model and when I click on the model in the Inspector tab materials give me nothing ( while on other models I get the textures of the materials it consists ) and at the same time I get...
View ArticleUsing Graphics.CopyTexture with Compressed (DXT) textures
Hello, anyone makes Graphics.CopyTexture work with Compressed (DXT) textures? From [Graphics.CopyTexture][1] Compressed texture formats add some restrictions to the CopyTexture with a region variant....
View ArticleHelp with an unknown error
I added an empty gameobject to a prefab and hits apply and this appeared: NullReferenceException: Object reference not set to an instance of an object UnityEditor.Graphs.Edge.WakeUp () (at...
View ArticleCode Errors. Please Help Its For a Assignment,Code Help
Hi, I've been designing my 2D platform game for a school assignment and I've just started working on character movement, I have requested my teachers help and she only says to go watch youtube, she has...
View Articleunity error
Error: [Temp\StagingArea\AndroidManifest-main.xml, C:\Users\Henil_2\Desktop\Box...
View ArticleI am trying to build an empty project to android just so I can get it working...
I am getting the feeling that it might be a build version error so I have uninstalled all versions back to version 23 as per previous questions about this, I have done this with the android studio app...
View Articlemovement and float error,I'm trying to get a ball to move only on X & Z axsis...
![alt text][1] [1]: /storage/temp/126687-error-in-code-cant-solve.png ,![alt text][1] [1]: /storage/temp/126686-error-in-code-cant-solve.png
View Article