Problem with directional light (Intensity changes based on Y-axis angle on a...
I've been trying to set up a simple night/day cycle to my scene by rotating the directional light's X and Y axis. The problem that I face however, is that the illumination the terrain receives changes...
View ArticlePlayer jumps after hitting play (Because of NavMeshAgent)
Player before play: ![alt text][1] After hitting play: ![alt text][2] [1]: /storage/temp/117091-screenshot-67.png [2]: /storage/temp/117092-screenshot-68.png It is probably because of NavMeshAgent on...
View ArticleLoading JSON into JSON issue,JSON file inside JSON problem
Hey, i'm currently struggling with JSON parsing. My json file has been generated with Construct 2, it contains json files (maps) inside this one json (map pack) Here's an example of a map pack...
View ArticleUnity 2018.1 Stuck In Loop
I am a student and use Unity in no professional capacity, only just to mess around make simple games, as I have as much fun making simple games as playing other peoples games. The school year just...
View ArticleWhere to get google-play-services lib?
Hello! To use Google Play Games leaderboards in my android game I need firstly to authenticate user. I imported [play-games-plugin-for-unity-master][1] to my unity project and did Android Setup. Then I...
View Articlei found my project named as temp and all my post processing work are gone any...
after a long day of work i opened the station now and i found all my work is gone and the project is named (temp) and my backup project as (temp2) anyone can help please ? ,i was working on final post...
View ArticleCan't change ambient color in Unity 5 in C#
Hi guys. I can't change the light color of my scene at runtime. I've tried these already: `RenderSettings.ambientLight;` `RenderSettings.ambientSkyColor;` Is anyone else experiencing this or is it just...
View ArticleDual Stick Issues with mobile
I am making a dual stick shooter for mobile. I got joysticks that work fine, but there is a small issue. While holding the "move" joystick, I can additionally hold and move the "aim" joystick, but if I...
View ArticleAndroid notification issue
Hello, my name is Joan Hueso and I'm developing a 360 video app for Android. I'm trying to use this package...
View ArticleHave to switch to Scene mode for particles to start issue
Hi, I have a script that enables my particle emission on a high score. However, the particles don't start unless I go onto scene view first: [Video Of Issue][1] My script is here: if (isHighScore) {...
View ArticleSmooth Crouch Movement Issue
Hello everyone, I made my character crouch in the game, but I am having this one annoying issue that I don't know how to solve. Whenever the player stands up from the crouch position it has this...
View ArticleAndroid notification issue
Hello, my name is Joan Hueso and I'm developing a 360 video app for Android. I'm trying to use this package...
View Article2D Roguelike Enemy in Walls
I have been working on the 2D Roguelike tutorial with my students. The game is working great, but we all have the same issue. Occasionally, the enemies will spawn on the same block as an interior wall...
View ArticleUnity 2018 having issues on my desktop
So i downloaded unity 2018 on my desktop and on my surface pro. It works great on my surface pro but on the desktop if i create a new project errors come up about not being able to find namespaces...
View ArticleHandles.DotHandleCap ztest issue
I don't want to draw a dot when an object is in front of it. As you can see in this image: I can do this with *Handles.DotCap* and set *Handles.zTest = CompareFunction.Less*. The problem is...
View ArticleNavMesh surface
Hello, i am import an NavMesh Components into my project. All things work rights, but when i want to create a class NavMeshSurface in my scripts VS talks me what this class is'nt exist. I use a "using...
View ArticleMeshCollider causes issue
I assigned a MeshCollider to a procedural mesh with these lines: GetComponent().sharedMesh = null; GetComponent ().sharedMesh = GetComponent ().mesh; Somehow it causes this shader or material issue. I...
View ArticleDetect more than one face using OpenCV
Hello I can't figure out how to detect more than one face in OpenCV in the FaceTrackingARExample.I tryed to comment the line 463 CASCADE.FIND_BIGGEST_OBJECT on the Quad script for detect more than one...
View Articleunity shadows very dark
So when i first opened my scene, the shadows seemed normal. However, when I returned to my scene a few days later, the shadows were very dark. I'm using the default lighting settings, which i haven't...
View Article,How to make a Univers Sand box Collision type thing.. [HELP PLZ]
I am not quite sure how to code this but how can I make an onTrigger Enter have to setbool active true && rb.mass + NameOfGameObject is rb.mass > NAMEOFGAMEOBJECT.rb.mass else if rb.mass...
View Article