Standard Shader Occlusion tab doesnt work
So I have made myself a model in Blender and thought that I will add a baked ambient occlusion map to my model since the standard shader supports it. I have baked it in Blender and saved them as image...
View ArticleUnity 5's xCode build..... SUCKS?
I am having trouble getting almost everything in unity 5 to run right. It got to the point where I made an empty scene, just to build it and get it to run in xcode. That empty scene gave me SIX HUNDRED...
View Article[Project selector] [Grey screen] Facing grey screen when opening Unity 5
Hi all, A friend of mine has recently installed Unity 5 onto her laptop, and is facing an issue when opening it. Instead of seeing the project selector screen, she's getting an unclickable grey window....
View ArticleProject not pushing to Android or iOS
OS Version 10.10.4 Unity 5.0.1f1 Vuforia 4.2.3 XCode 6.4 Testing on iPad Air 2 (8.4) Testing on Hudl 2 (4.4.2) I've created a project in Unity that includes the Vuforia package for Augmented Reality....
View Articleerror: ConvexHullBuilder::CreateTrianglesFromPolygons
ConvexHullBuilder::CreateTrianglesFromPolygons: convex hull has a polygon with less than 3 vertices! (Filename: ..\..\PhysXCooking\src\convex\ConvexHullBuilder.cpp Line: 1126)...
View ArticleAmbiguous call between vector 2 and vector3
I want to do a little game in 2D, when I will click and drag an object with collider and rigidbody2D he will follow the mouse. So this is my script :![alt text][1] [1]: /storage/temp/51179-sharptxt.png...
View ArticleCommand "GetButton" not working well
I was making a Firethrower script on JavaScript, and I read that the command "GetButton" sets "true" when the key is holded, and sets "false" when not. But in my case, when I press the key, becomes...
View ArticleNetworkBehaviour bug?
I'm getting and error from networkbehaviour script, i followed an video tutorial from gamer to game developer and it says the following: InvokeCommand class [Player] doesn't match...
View ArticleChoose Player UNet Problem with Client
Hallo There, I want to change my player after login. On Server side it works perfekt. I can switch my player and move around without any problem. But client side says there is a missing reference for...
View ArticleUnity Editor & iOS - Download MP4 to Streaming Assets Folder
Im Trying to Correlate a video plugin called S-Plugin into my Virtual Reality App. Basically what S-Plugin does is allows us to load Movie Textures to iOS and Android. It works very well too, as long...
View ArticleHow do you fix "The script class couldn't be found" for an AssetPostProcessor...
I have created an AssetPostProcessor. In source code form, it works fine with no errors. If I compile it to a DLL, Under Unity I get the following error: "The script class couldn't be found...
View Articleif statements based on a gameobjects location?
I am trying to make an if statements on characters locaation. So that if he is in a certain location something will happen to him. However I am running into some errors. So far what I have is this. if...
View Articlexml loading in unity andriod
Hi I created an XML file containing the data of 3 fruits. I imported the XML file in Assets/Scripts folder now I am trying to connect to it and retrieve the data using the following code. I followed...
View ArticleAnimator problem start animation
Hello everyone! When I press the left mouse button on a box collider should animate a second animation. when I press the button I get this cluster error: Invalid Layer Index UnityEngine.Animator: Play...
View ArticleBuild and Run Android Error
When I try to build my scene, I am getting this error: Error building Player: Win32Exception: ApplicationName='C:\Users\xxx\xxx\xxx\build-tools\22.0.1\aapt.exe', CommandLine='package --auto-add-overlay...
View ArticleTrouble with Stamina controller
This time I was following the steps of a tutorial (https://youtu.be/teaMf4hC16k) to make an Health / Mana / Stamina bar in my game, and I have two problems. The first problem is that the "&&"...
View ArticleLevel progressing system is giving me errors.
I'm trying to make a game where my levels are triggered based on if my player object(and only my player object) is touching the specific trigger. But, my code is giving me errors. Help? `using...
View ArticleProblem Uploading Prefabs with Asset Store Tools
I'm trying to upload a package to the Unity Asset Store through the Asset Store Tools, and I keep running into an error with components purportedly missing from prefabs in my selected main assets. I...
View ArticleGetThreadContext failed (Unity 5)
GetThreadContext failed. I had this error message long time ago when it was unity 3.5. I've read that they have fixed this problem in 4.x version, but i still have it under certain circumstances. It...
View ArticleArgumentOutOfRangeException: Index is less than 0 or more than or equal to...
hi i keep getting this error can anybody tell me why ? using UnityEngine; using System.Collections; using UnityEngine.UI; using System.Collections.Generic; public class TextController : MonoBehaviour {...
View Article