Weird issue with clamp on Rotation
Hi So I have managed to clamp the rotation of an object which controls my camera, However, I have run into a strange issue. The clamp works when the rotation is in positive values, but as soon as it...
View ArticleWhy my Player Movement doesn't work
Now, I am new to unity, so a simple answer will help me a lot. I have an object in the scene and it has 4 components ( Transform, Animator, Character Controller, Script). my Player Movement doesn't...
View Articleplayer isn't rotating along y-axis
using System.Collections; using System.Collections.Generic; using UnityEngine; public class MouseLook : MonoBehaviour { public float mouseSpeed = 100f; public Transform playerBody; float xRotation =...
View ArticleEverything is black except for the scene
I installed Unity 2019.4.0f1 and created a blank 2D project. When I open it, everything except for the scene is white&purple while loading. After loading, it turns into black and everything I see...
View Articlehow do you get a good project folder
whenever I try to start a project it always says that the project folder is invalid
View ArticleHow do I make a public class show in the inspector?
using System.Collections; using System.Collections.Generic; using UnityEngine; public class ArrayTwo : MonoBehaviour { [System.Serializable] public class item { public int itemID; public string name;...
View ArticleCan I use Twitch Intergration to spawn enemies?
I´d love to make my application more interactable I want bigger enemies to spawn when the streamer receives a new follower on Twitch and an even bigger one if viewers subscribe. Im just having issues...
View ArticleLightWeight Render Pipeline Assets with Thor Thunderstorm assets - Purple Issue
Hey everyone, I encountered a problem using LightWeight Render Pipeline Assets and Thor Thunderstorm assets. The two material are purple now. normally I configured them in lightweight render pipeline /...
View ArticlemacOS crash in 2019.4.0f1 when using OpenGL editor
Hi, I'm attempting to convert my project from 2019.1.11f to one of the latest 2019.4.0f1, primarily for compatibility with Unity Assets on the asset store. I was working in the OpenGL editor in macOS...
View ArticleUnity creates huge editor log file
Have some strange issue that reproducible only on SSD. After system goes to sleep and wakes up again, Unity Editor starts actively spam in Editor.log file until it floods drive. If there is Windscribe...
View ArticleIssues with main menu and intro audio
So I created a main menu and an intro for my game. I then made scripts to change to the intro video (and audio) when pressing play on the main menu, yet the intro audio plays while I'm in the main...
View Article" Error 'Cannot Open' while reading video frame from (Directory)" problem
I've been trying to play a video on my project for a couple of hours now and an error with the text **"Error 'Cannot Open' while reading video frame from (Directory)"** comes up in the console every...
View ArticleTerrain paint tree only places one tree in the middle of circle no matter the...
Like the title says I can only place one tree at a time down no matter the density or the size of the brush. Worked fine before, and have no idea what I did wrong. Before someone puts something from...
View ArticleUnity Hub will not install, says download aborted.
I tried installing the Unity Hub multiple times, but every time after the folder screen it just goes halfway and then says "Installation Aborted" and below that "Setup was not completed successfully"....
View ArticleOnscreen button (touch) trigger event doesn't trigger properly on build
Hi! I've been trying to debug this for 2 days now: I have an onscreen button which uses Unity's Event Trigger to call (Pointer Down) the player's jump function [OnJump()] and a device vibration...
View ArticleUnity hangs with scripts on school device.
Hi there, I recently had an IT Admin at my school install Unity 2019.4.4f1 LTS. Unfortunately, whenever I try to do anything involving scripts, Unity seems to hang indefinitely (I've waited for 45mins...
View ArticleIssue with object not bouncing around screen correctly
I am creating a game where squares bounce around the screen maintaining the same velocity. Currently, they are bouncing around just fine with my code, however, if **it collides exactly at a corner, the...
View ArticleBuild Button Not working, is there a solution?,Build button is not working,...
Hi I'm having some trouble building my scene, every time I click on the build button, nothing happens. Usually unity would start building the scene into an APK, but all I get is a ping and nothing...
View ArticleMissingReferenceException: The variable (name) of (script) doesn't exist...
I'm a new Unity user and I'm having an issue with my vehicle movement script. The problem arises when I want to rotate the wheel. It says line 42 but I don't see an issue. using System.Collections;...
View ArticleInspector OnValidation rotation issue
I have a script 'DayNightCycle' which is attached to the main directional light which over the course of 20 minutes rotates the light to give a simple day night cycle, this works great for me. However...
View Article