What exactly does this error mean?
I'm trying to make a 2d platformer and I wrote up a script to make my main character spawn a projectile. I thought I had everything down but I got this error,"Assets/scripts/projectile.cs(27,24): error...
View ArticleError: my raycast works but I keep getting errors and I don't know why
![alt text][1] [1]: /storage/temp/116712-asasas.png
View ArticleError While Build APK Signed,Error while build APK Signed.
I have error while building my projects to APK like this : ][1]][1]][1] ![alt text][1] [1]: /storage/temp/116795-ss2.png How can I fix this? Thanks.
View ArticleUnable to parse file ProjectSettings/ProjectVersion.txt: - And other fun errors
Yeah so this has started to happen with Unity 2018, and in every single project be it upgraded or brand new. These errors are not game breaking, but i simply hate to have em pop up in every single...
View ArticleWill the AnalyticsResult returned by the AnalyticsEvent method always create...
Currently I am monitoring the AnalyticsResult and using Debug.Log to print the error but I don't want to be doing this if it will create a duplicate error in the log. I couldn't find any documentation...
View ArticleI'm having issues making my Character Controller for my FPS.,I'm having...
NullReferenceException: Object reference not set to an instance of an object FPSController.PlayerMovement () (at Assets/Scripts/FPS Character Scripts/FPSController.cs:74) FPSController.Update () (at...
View Articleerror after updating unity to "2017.3.lfl Personal"
Hi, I'm new to Unity (and this forum btw. ;) I got this error after updating (my mac version of) unity to "2017.3.lfl Personal" (and some of the objects in the game is disapered and I can't play my...
View ArticleAbout the 3D game kit
I wanna try the new 3D game kit but whenever I import the asset I get these errors : ![alt text][1] [1]: /storage/temp/116874-2018-05-14.png could you please tell me how to fix this problem?
View ArticleUnity GameObject value assigned at start, but null when it is used
So at void start, mainCam has the value i assigned to it, but anytime i try to access it from another class or a function within the class it is null and i get the null reference exception error. I am...
View Articlecannot re import my project
![alt text][1] [1]: /storage/temp/116941-unity-package-manager-error-5-15-2018-4-57-04-pm.png I updated to unity 2018 but cannot load my project how can I get around this?
View Articlehaving trouble adding a button to end session
Hi everyone. I am trying to add a button that will appear after clearing a board in a game. The button is designed to end the level from continuing its process so users don't have to wait for a long...
View Articlecan anyone help me with my problem with error CS1519 my script is down below
public class BallRoll : MonoBehaviour { public float Speed; private Rigidbody Rigid void Start () { Rigid = GetComponent(); } // Update is called once per frame void fixedUpdate () { float horizantal =...
View ArticleUnity Project Crash."An abnormal situation has occurred PlayerLoop internal...
Hello,everyone! I come from Taiwan. Now I had some problem with Unity project.Please hlep me! My game is Slots game. Game will crash when running 1~2 hours. And show the message: "An abnormal situation...
View ArticleI got an error message after switching to the new ad ID in Unity.
Hello there. Two of my games had the same advertising ID. I wanted to do something to give a new advertising ID to the 2nd game. For this I created a new ad structure called "Toy Matching". I opened...
View Article**Trying to access out-of-bounds terrain height information** When calling...
Hello Community, As the title says I'm getting this error -> *Trying to access out-of-bounds terrain height information* When calling TerrainData.GetHeights(); Here's my code... public void...
View ArticleMoving a character to a waypoint
I have a character named damsel that spawns at a random point and then is supposed to move to a way point at the centre of the screen. The problem is the damsel wont move after spawning and i get...
View ArticleApp fine in editor but pink screen and hardware requirements error on android
My app works fine on unity and operates completely normal ... until its built and run on an android device. Once run on android the screen goes pink for all scenes. i have swapped the scenes around to...
View ArticleError CS1061; Type "UnityEngine.Component' does not contain a definition for...
I have been trying to integrate Lua interpreter to Unity for academic purposes![alt text][1] [1]: /storage/temp/117102-2.png
View Articlecannot open project, Says it's running already but unity isn't open
Recently I've been getting an error when trying to open my spitscreen fps project. It comes up with an error message saying that the project is already open, but unity isn't open at all. Any idea what...
View Article