Why can't I use public void PVFS
Im using it to allow another script to access it, so it can change it. This is the error Im getting Assets/scripts/TimedSpawn.cs(11,14): error CS0501: `TimedSpawn.PVFS()' must have a body because it is...
View Articleunity unable to convert to dex format, need help fast.
Help, when ever i build my android app, which includes the android sdk only, not android studio, and jdk 8, and also a plugin for unity ads, unity states that it was unable to convert classes into dex...
View ArticlePowerup only spawning twice (MissingReferenceException Error)
So in my game I have an object that the powerup Spawns on top of (I intend for you to have to activate it to get the powerup but for now you just walk over it, but that's not the problem), I have it so...
View ArticleParent for arm right wrist differs from one found in HumanDescription. Arm...
I downloaded a rigged avatar, converted it into a .fbx file using blender and then imported it into unity. I switched the animation type from generic to humanoid. Which gave an issue with the...
View ArticleWhat is causing my Spawner script to break Unity?
I believe it’s a combination of my player movement script which gives me an error code - Look rotation viewing vector is zero UnityEngine.Quaternion:LookRotation(Vector3), my camera script and my...
View ArticleWhats wrong here? Can someone please help??
bool CheckIsValidPosition() { error: 'unexpected symbol '(', expecting, ',' , ';', or '=' ' foreach (Transform mino in transform) { Vector2 pos = FindObjectOfType ().Round (mino.position); if...
View Articleunity missing reference exception the object of type transform has been...
using System; using UnityEngine; namespace UnityStandardAssets._2D { public class Camera2DFollow : MonoBehaviour { public Transform target; public float damping = 1; public float lookAheadFactor = 3;...
View ArticleIf you solve my this problem I`ll give you 100 points. My problem is --Cannot...
If you solve my this problem I`ll give you 100 points. My problem is --Cannot download entry--. I dont want to lose my project Please!
View ArticleNot all code paths return a value...
I made a script that spawns X amount of asteroids over a certain area. After I made the script an error in the console stated that "not all code returns a value". Here's my script: public GameObject...
View Article,What does this error mean?
java.lang.reflect.InvocationTargetException at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at...
View ArticleWhat does this mean? (question in post)
I have an error that says "Expecting EOF found 'maxHunger' " what do I do? using; UnityEngine; using; Syetem.Collections.Generic; using; UnityEngine; { //PlayerVitals public float maxHunger, maxThirst,...
View ArticleStandard assess update creates error CS0016
Today I received an email from the asset store saying that Standard Assets had been updated to version 1.1.4 When I ran the update all seemed to be going well until I got the error below: error CS0016:...
View ArticleI can't install Unity 2017.3 on my computer.
Help, I can't install neither the Download Assistant nor the Setup for Unity. Both of the executables download, however the download assistant won't run when clicked, even with Administrator...
View ArticleSpace Shooter tutorial game won't restart
I get the error below and then I'm pointed to this code. The problem started after switched the GameController code to use the "UnityEngine.SceneManagement" function. Now every time I press "R" to...
View ArticleStartCoroutine error message in C#
I was doing the Space Shooter Tutorial and everything was going fine when I got an error message when I was working on the wave spawning code. It appeared on the line of my StartCoroutine code. Also, I...
View ArticleОшибка с terrain
Помогите разобрать ошибки в Terrain,3rd Person Controller. описания ошибок- Terrain: Please note that modifying the resolution of the heightmap, detail map and control texture will clear their...
View ArticleXbox Unity D3D11 Failed to Create 2d Texture to GfxDeviceD3D11
My animations don't work on the xbox uwp but work fine on windows. I am both running my game via VS x64 remote and after doing that running it on the xbox by just clicking on my game app. here's the...
View ArticleGame scripts or other custom code contains OnMouse_ event handlers. Presence...
Hello, I wrote this custom script in order to enable my mobile application to use touch controls on a sprite and navigate to a next scene or page. The code I wrote below is uses a isTouched function to...
View ArticleError: IndexOutOfRange: call for index 0 in an array with length 1(+)
Hi guys, I'm getting a super confusing exception while I'm working with arrays. The size of the arrays is set in the inspector / Component of a Prefab and then used in the script. The prefab will be...
View ArticleUnable to openUnityEngine.Networking.dll Check external application preferences.
Hi, I'm trying to add network manager to my project following network guide provided by Unity but when I try to edit scripts, it gives me this error. Unable to open C:/Program...
View Article