Only half of my character lights up at the same time
I made a character in blender and imported it into unity and it has this weird lighting issue where only half of my character is lit up and I dont know if its something that I screwed up in blender or...
View ArticleCan't change player's position
I have a simple script using System.Collections; using System.Collections.Generic; using UnityEngine; public class TeleportBack : MonoBehaviour { public Vector3 teleportPosition; void...
View ArticleIt says "Your project's RPC-list is becoming incompatable"
As far as i understand that there is too much rpc's in my game. It also says remove outdated rpcs, so what will happen if i click that button, does it break my game or something? What would be the best...
View ArticleCannot use Network Transform Child in unity 2019.1of2
I have upgraded my project from Unity 2018.3.12 to Unity 2019.1.0f2 and i cannot use network transform child. I can locate it in the folder, but cannot drag it onto an object. ![alt text][1] Tried to...
View ArticleHololens - 3D Objects blink in and out of existance depending on where you...
I'm building an app that renders in real time 3d object in a determined place in real time. Each 3d model is made of several different pieces. I'm having an issue where, in one of my models, some of...
View ArticleBlack pixels on depth mask
Hi, I have tried to use depth mask and create a hole in plane using the following tutorial: [YOUTUBE:Unity Sort-of-Tutorial: Making Fake Holes][1] Shader "Masked/Mask" { SubShader { // Render the mask...
View ArticleFBX file does not updating fixed animation.
I have an animated character fbx file imported inside the project. Then there fixed the character in Blender and re-exported fbx file and replaced the file. I opened Unity again. The animation doesn't...
View ArticleFBX file is not updating Unity 2019.1.0f2
I have my 3d character, made with blender version 28. then export fbx to unity. this one work fine. then I edited character in blender and then exported again. This time it didn't update my new...
View Articlebluetoot keyboard stopped working when i open unity
I have a BT keyboard that works great , but when i open unity it just stopped working and i have to kill unity to work again , any one know how to solve this ?
View ArticleWhy Linux build doesn't recognize the character tilde on InputFields?
Hi there. I'm having this issue with a standalone 64bit build for Linux (btw Windows build runs without any issue), I've tested it on Ubuntu 18 and happened this weird bug where if I type vowels with a...
View ArticleUnity 2018.3 VR build for Daydream View is sideways
Hey everyone, The title pretty much says it all. I'm trying to render out the sample HelloVR Scene from the GoogleVR unity package. I started a new Lightweight RP VR project, then imported the GoogleVR...
View ArticleTerrain turned invisible?
So I have a strange issue where a piece of my terrain has turned completely invisible. I've never had this happen before, and I'm not sure of any solution. I think the terrain is still there; it can...
View ArticleHelp with Unity and VS Code
Hi guys. My VS Code doesn't have Intellisense (it auto completes codes only partially). I've changed settings in Edit > Preferences > External Tools and nothing. It suggests some code like...
View ArticleLightmap Baking Cross-Platform: iOS vs Mac vs Windows
Hi! We do most of our dev on Windows PC and build on Macs for iOS deployment, just hit a roadblock. - Using lightmaps baked on PC Windows look different on some objects on Mac (as if some objects get...
View ArticleFailed running il2cpp.exe --platform="Android" --architecture="x86"
Hey, I got an issue, when I try to compile my Application: "Failed running il2cpp.exe" I just downgraded my project from 2019.3.0a3 to 2019.2.0b4, if that is important. Thanks for every help! Here's...
View Articleinput axis gas pedal is not steup unity
![alt text][1] i try apply script to a car and got this error input axis gas pedal is not steup unity please tell me random step by step how to solve this please i dont find nothink about this on...
View ArticleHow do I fix this problem? I already tried reinstallation. I cant enter...
![alt text][1] [1]: /storage/temp/139627-unity.jpg
View ArticleOnBecameInvisible() not working in unity
Hello Everyone! i find an issue regarding "OnBecameInvisible()" method. Unity or Visual Studio not dealing it like a built-in method but like a user-defined method. Yes My object has Mesh Rendered....
View ArticleCan anyone help me fix my Timer issue.
So, I have a feature in my project which checks if the player's Coin count is < 50 then starts a 10-second timer. Once the timer hits 0, It gives the player another coin and resets the timer to 10....
View ArticlePlayer duplication when testing on android mobile Matchmaker system
**Hello fine unity devs!** I am developing a top down shooter multiplayer mobile game for android. My Unity version is **2018.3.0f2** and I am using **NetworkLobbyManager** to handle my lobby,...
View Article