unity doesn't sense more than one key press C#
when i open my project i can only see 1 letter in the debug log it also doesn't show the sprite after i press x than c. here is my code using UnityEngine; using System.Collections; public class...
View ArticleSetDirty won't work on Nested List
Hi, usually I find my answer by myself but this time - after spending two days on this problem - I give up ^^ So I try to save a `List>` into a `ScriptableObject` but each time I make a change on it...
View ArticleOnly once scene is darker than other (after building)
Hey there, i got a weird issue: I use the same camera settings and lighting settings in every scene. When i build the game: One scene is much much darker or got mor contrast as the others? When i play...
View ArticlePink / Purple artifacts after building Baked lights
![Floor][1] ![Ceiling][2] [1]: /storage/temp/79498-03cc64ddc6d9540251f0ef4d33cdc025.png [2]: /storage/temp/79499-2976cad4cca739314ab0a1cbe159a555.png Artifacts disappear when I build my lights as...
View ArticlePlayers can't move through objects, but they can glitch through it.
Hello, players can't walk through objects however they can glitch through it i suppose is the word when you continue to walk forward. I am unsure if this is a scripting issue or perhaps something with...
View ArticleRandom Rendering Error?
I recently released the first episode of a game. It seems that random users are having some kind of rendering issue. They can make it to the start screen, but when they try to Play the game (when the...
View ArticleHow to License the Personal Edition.......
I downloaded the personal edition which is free but when it installed ask to me to license the product why? or what is the solution to that anybody!!!!!!!
View ArticleVisual glitch with my primitive shapes
I tried unsuccesfully to find something about this on google and in here, so sorry if this has already been asked before. In my project, i use rectangle to generate a terrain when tge game start. The...
View ArticleWhy will audio files loaded in runtime not play through bluetooth on iOS...
I am unable to get audio files that are downloaded in runtime to play through a Bluetooth connected speaker or headphones on iOS devices. If you have a Bluetooth audio device connected then play the...
View ArticleCan i get help with this error?
I am getting an error in the survival Shooter tutorial part 6 and it is triggered whenever i enter play mode something in the script is not working the way it should be and i think it has something to...
View Articleraycast gets wrong layer
I have a sea on layer (4:"Water") and cube on "Ignore raycast" (cube's layer is not important). so I attach my script to the cube that trys raycast from cube's position to Vector3.down*30.0f on layer...
View ArticleGrass is being affected by light
Okay, so... I have seen a lot of different topics about "How to make the grass be affected by light", but i think i am the first (I THINK) to ask the inverse. Have a look at these images: ![alt...
View ArticleNSCameraUsageDescription key needed when adding Unity Game to App Store
When I tried to add my game to Apple's App Store, I received an email telling me that there was an issue with my game. "This app attempts to access privacy-sensitive data without a usage description....
View ArticleHaving issues when multithreading and deserializing JSON with JSONUtility
Hello everybody! I am having a problem. There is a part of my code where i need do deserialize a very big JSON. Since it is a lot of effort to do that and I don't want to stop the UI and other...
View ArticleHost looks laggy to the client, but not vice-versa.
Hey! So I have been working on multiplayer, and I'm pretty much done the core multiplayer scripts, but I have one issue that I think I'm having. I made a script to sync my players velocity, position,...
View ArticleGameObject (Cube) has a weird light around it... Does anyone know how to get...
Right, i am making a isometric game and at the moment i am using a cube as a player for now as testing purposes etc. However, i have one issue that i have tried fixing by searching on google, trying to...
View ArticleIOS Vuforia Shader Issue
Hi guys I have a problem with the shading in my project. I made some 3D models in blender and export them in unity as a FBX file (colors with uv mapping) When i build for android its all fine (see...
View ArticleUnity 5 ,,Create Geometry,, Freezing problem [Unity 5.4.1]
Hi, I have a problem with freezing unity. Every time when i open my scene3, unity stops responding but when i open another scene, everything is ok in that scene. Befor unity stopped working, i I added...
View ArticleAnimation import issue
Im having a weird issue when import my animation , the mesh comes in very distorted ! its a model of a bird with a looping wing flap animation . ive notice that anything i import that has any...
View ArticleUFPS Issue with Menu and input
How would I go about setting up the ability to disable the input so when I press escape it disables the VP_FP Input with a toggle? or would I add it here with a script like this protected override void...
View Article