Error 0xc000007b
I get this error every time I try to launch unity. I have windows 10. 1. Ive tried replacing dlls. 2. tried reinstalling. 3. tried running as administrator and putting it through the firewall. Please...
View ArticleThere is no 'rigidbody' attached to the "stick" game object
Hai... I want to grab object named "stick". I created "stick" as game object.![alt text][1] And I created 'LeftHand' and 'RightHand' as gameobject. I added 'rigidbody' in 'LeftHand' and 'RightHand'. I...
View ArticleApply Texture from AssetBundle
I want to store the Textures (and Sprites) in my project externally then apply them when the Apps running. I tested with downloading each from a URL and applying them and that worked in a simple...
View ArticleUnity 2017.1.1f1 problem building webGl game
I build my game Prize Poker to android and everything works well. But when I change to WebGL there is error and unity don't build anything. Here is errors. [Error 1][1] [Error 2][2] I don't understand...
View ArticleHi, Unexpected symbol at end of file.
![alt text][1] [1]: /storage/temp/102242-screen-shot-2017-09-20-at-083810.png
View ArticleNullReferenceException: game object not set to an instance of an object from...
as of right now I'm not getting any errors on this script because I was annoyed looking at my 999+ errors so I clicked clear on play, but despite not having any errors come back it simply isn't working...
View ArticleAQUA Water null problem
I bought the full version of aqua water yesterday and i'm watching the video that were recommended in it on how to set it up: https://www.youtube.com/watch?v=ntTkuod3O-4&t=123s how ever when i add...
View ArticleWhy doesn't IL2CPP support latest version of NDK?
When I try to build apk using latest version of NDK, it fails and tells me that it requires NDK r10e which was released 2 years ago (May 2015) Why do I have to use NDK r10e for IL2CPP? any answers?...
View ArticleIndexOutOfRangeException in TextureInspector
"IndexOutOfRangeException: Array index is out of range. UnityEditor.TextureInspector.RenderStaticPreview (System.String assetPath, UnityEngine.Object[] subAssets, Int32 width, Int32 height) (at...
View Articleerror CS0201 (2d roguelike)
"Assets/Scripts/BoardManager.cs(65,26): error CS0201: Only assignment, call, increment, decrement, await, and new object expressions can be used as a statement" That error redirects me to line 65: (...
View ArticleWhat does this compile error mean?
What does this compiler error message mean? I can't figure it out.. Here is screenshots of the error message and the script: https://imgur.com/a/mpt4t
View ArticleWhy wont my android manifests merge???
![alt text][1]plz help this has cost me so much time and put a halt to my project i already matched the version numbers and made that error go away now im stfile:stuck with the same error below [1]:...
View Articlec# Unreachable code detected
hi to all! I got this error (CS0162 C# Unreachable code detected) but I don't get why... this is my script using System.Collections; using System.Collections.Generic; using UnityEngine; public class...
View ArticleBCE0019: 'enabled' is not a member of 'UnityEngine.Component'
Hi, I just finished my project but after I wanted to build it as a WebGL this error shows up in one of my scripts(java). var EnemyHealth : int = 10; var Zombie : GameObject; function Points...
View ArticleThe AnimationClip must be marked as Legacy... UNITY 2017.1.1
**THIS IS SPECIFICALLY FOR UNITY 2017.1.1** Here are my console warnings I'm trying to deal with. ![alt text][1] I see that these warnings I'm getting were a problem 3 years ago for users....
View ArticleI'm getting- MissingComponentException there is no light attached to the game...
Every time i press play i get this expected error code, I know there is no light attached to the object **but**, I am not sure of how to add the light to the object in the script so that the problem is...
View ArticleHow to open an ost file in Outlook 2016 & 2013
My ost file doesn't open in Outlook, i face issue during opening ost file into Outlook 2013 & 2016. How can i open or export ost file in MS Outlook.....
View ArticleHi. I know there must be other topics about this, but I insist on asking,...
using System.Collections; using UnityEngine; public class Lanterna : MonoBehaviour { void Update () { if (Input.GetKeyDown ("f")) { if (light.enabled == true){ Light.enabled = false; }else if...
View ArticleError CS0029 - Please help!
Hi, This is my first question and my first project, which is why the answer will probably be really obvious to most of you. What I was trying to do was when the player object touched an object with a...
View Article