WebGL build crashing
Hi, I am running webgl build made by unity 5.5.0f2. Its crashing in the middle of gameplay. Below is error: Uncaught abort(148) at Error at jsStackTrace...
View ArticleCS1023 An embedded statement may not be a declaration or labeled statement help
I'm getting CS1023 using this code; using UnityEngine; using System.Collections; public class ThrowObject : MonoBehaviour { public GameObject bullet; public AudioClip shootSound; public GameObject...
View ArticleBlack background when play is clicked
I have been getting this after two days of use. I am new so I don't know why error occurs. Any idea what causes this problem?
View ArticleInstantiating a game Object for a hex grid is giving me the error Cannot...
I have two scripts one that generate's a hex map and the other that provides the name and prefab. Within my MapGen script im getting the error -Argument 1: cannot convert from 'NodeType' to...
View ArticleI keep getting an error that I don't understand nor do I understand how to...
This is my code : using UnityEngine; using System.Collections; public class MovementNuri : MonoBehaviour { private CharacterController controller; private float verticalVelocity; private float gravity...
View Articlegot a weird error/bug
ok so i am running a basic click script that will detect a click and prevent the user from click again for about 1 second, the error/bug i am running into is that when i run my script, it says i have...
View Articlemovie texture error - ret!=0
Strange error keeps popping up when we play one of our movie texture: "ret!=0" Was wondering if anyone has any leads on why this is happening and how to avoid it?
View ArticleWindows project not opening on Mac correctly - prefab errors with...
Looks fine on PC but on MAC has missing/corrupted prefabs.
View ArticleHow do I fix this code below!? |
I was watching a Youtube video on making a Platfomer Game and I was writing a Jump and move left and Right code. I also DID ever thing he told me to but, I got a ***BUNCH*** of error and I don't know...
View Articlecant buy unity assets ??????
I have tried literally 4 gift cards with the same exact information and yes i have money in the account. I have 20 bucks in one account and 50 in another. i spent some of the money by making steam...
View ArticleWindows Store Player Deployment failing with DEP:4010
My Windows Store builds were deploying without any problems using these settings; Universal 10 XAML Local Machine I then successfully deployed a build with these settings; Universal 8.1 XAML Windows...
View ArticleUnexpected symbol 'private'
I am getting the error "unexpected symbol 'private' error on this FPC code and I have spent a while trying to fix it but haven't made any progress. Here's my code. private void GetInput (out float...
View Articleisometric view is rendering weird help :O
i have my isometric camera that follows the play in 3d :D, in the editor works perfect... the problem is that when i deploy it on my android the rendering is weird , i can see throught my player and...
View Articleerror CS0101: The namespace `global::' already contains a definition for...
I have 2 files to make my character move and instead of running them this is popping up. Can someone please tell me what I need to fix? They are 2 small files I have attached pictures ![alt text][1]...
View ArticleHow do I find which meshes don't have albedo UVs?
I have a scene with quite a few meshes imported from FBX files. Though I didn't notice any not being unwrapped, I'm getting "Mesh doesn't have albedo UVs. Please create them in your modeling package."...
View ArticleInstantiate() Argument error
Hey, I want to use the Instansiate function to clone a prefab. I have a empty parent object that should emit those prefabs. But when I want to Instantiate the object, the function wants me to enter a...
View ArticleAnimation Glitch
I am trying to make a game were pressing space activates a animation were a cube jumps. But everytime it runs, the cube glitches out. Any help? https://youtu.be/8i5EVks2u8c // animation ![alt text][1]...
View Article[Tank Game Tutorial] Particles Only Appear While Turning
So I am following the tank game tutorial and have run into an issue with the particle system, happens on the included completed version too so it's not something I did. The dust particles for the tank...
View ArticleWhat the heck is this?
It doesn't look like any error I've ever seen. ![Error][1] [1]: /storage/temp/83479-capture27.png It's stopped now, but it would be great to know what it is.
View ArticleIndexOutOfRangeExeption (C#)
So i am trying to make my array generate a bunch of cubes, like a minecraft ripoff or something, just not procedural. Anyway, here is my code. You may notice that it is modified from a tutorial. Error...
View Article