Unity Editor not detecting Unity Hub
My Unity Editor installations (all of them) don't seem to detect that I already have Unity Hub installed (and running) on Windows 11 (although this problem was present before too, when I was running...
View ArticlePlanet rotation with player issue,[Q] Walking on a planet (rotation) while...
Hello, I am struggling with planet rotation on a single point. Basically, I have a player who can run around a world (by this I mean the player is stationary at the top of the world and turns when the...
View ArticleWhy does the camera look so bad and pixelated?
When im in the scene view every single item looks good but when i use the game view everything is pixelated. While in the scene view it isn't pixelated.
View Articlewhen pressing d character moves right and while holding d if i also hold a...
[video][1] using UnityEngine; using System.Collections; public class PrototypeHeroDemo : MonoBehaviour { [Header("Variables")] [SerializeField] float m_maxSpeed = 4.5f; [SerializeField] float...
View ArticleNo information about assetbundles?
I looked this stuff up before asking it here and simply couldn't find an answer... The problem is that when I download an assetbundle from the internet, the mesh collider doesn't work. I literally need...
View ArticleHow to get position of child in Grid Layout Group
I have a gameObject(*GameGrid*) with a Grid Layout Group component, its parent is a gameObject(*GameBox*) with a Vertical Layout Group and his parent is (*MainCanvas*) is a Canvas. - *GameGrid* = Grid...
View ArticleHow to change properly an array inside an array?
I have a Chunk based game like Minecraft and I have a instance of the script World. In this script World I have a array of chunks (WorldChunks) and inside the array I have an other array of Blocks...
View ArticleCharacter Controller Diagonal Movement Gets Stuck In Box Colliders
Hi all, I've recently been working on a top-down 2D RPG using the in-built Character Controller and the new Unity input system for movement. However, I noticed that whenever the Player character...
View Article,Assets\Puzzle Maker\PM Prefabs\HelperPrefabs\SceneChanger.cs(34,30): error...
,using UnityEngine; using UnityEngine.UI; using System.Collections; using UnityEngine.SceneManagement; public class SceneChanger : MonoBehaviour { public Button btnSlidingPuzzle; public Button...
View ArticleDiscrepancies Between Build and Editor
Hi, I've finally reached a point where I've been able to do a build of my game, but upon building and running I'm finding some game breaking discrepancies between the editor and the build. I've checked...
View ArticleUnity won't open 2019.4.31
I've deleted and re installed unity, as well as unity hub, im not sure whats wrong. I click on the project i want to open, and it just shows a loading symbol on the star option next to the project. it...
View Articleunity has stopped working
So for some reason i try to open a unity project and i will get slaped in the face with ![alt text][1] and it doesnt matter if i make a new project or a diffrent unity version it will keep slapping me...
View ArticleFlashing Circles Lights When Baking
Hey, I've been getting some trouble with Unity's baked lighting. I can't really describe the issue but it is very annoying. I have attached a gif, have a look, and if you have any ideas on how to fix...
View ArticleProblem with waves that deform object in a weird way
So I am currently trying to make a water shader with waves, but for some reason when I add my waves my objet's shape is deformed and I can't figure why. I linked 2 images with this post one is the...
View ArticleIs there a solution for disappearing light reflections according to the angle...
I have the issue that according to the angle of view the light on the terrain appears or disappears. I checked for this issue but didn't find anything specific to it. It might also happen that the...
View ArticleHello Guys!! I made a code for Movement and i wanted to know how to let the...
using System.Collections; using System.Collections.Generic; using UnityEngine; [RequireComponent(typeof(CharacterController))] public class Movement : MonoBehaviour { public float walkingSpeed = 7.5f;...
View ArticleSorting Layer Problem?,Sorting layer error
I have created my background in the default layer and created a new sorting layer called "Background". I selected all the components that I would add to this layer and changed the sorting layer to...
View ArticleGame window is fine, but when I build and run it doesn't work.
I'm making a clicker game and in the game window the score goes up but when I build it and run it the score doesn't go up. I t$$anonymous$$nk it has somet$$anonymous$$ng to do with the click rate...
View ArticleHow to fix jumping exploit Unity
Hello I have a player controller and some simple obstacles in my scene like cubes and such. I have found an exploit where if you get close to a wall and spam the jump button, you will go flying in the...
View ArticleHow to make multiplayer if u can only use 1 audio listner.
I was making a fps multiplayer and then it shows this "There are 2 audio listeners in the scene. Please ensure there is always exactly one audio listener in the scene." So, what do i do to make my...
View ArticleCloth component issues
Hello. I'm trying to make a cape for my character, and I'm trying to use the cloth component. however, when I try to restrict the top part of the cape to have it not move, something weird happens:...
View ArticleChange the camera for a cutscene
Hi! I´m making a cutscene. For it I need 4 cameras in different places. Please can somebody tell me how can I change the camera that is currently showing the view. Thanks! Kind regards! :)
View ArticlePosition x slowly increasing and rotation y slowly decreasing while going...
Just starting out with unity, I simply just want to move the object forward in a straight-line. However, there are two things I'm noticing and I'm not sure why they're happening. ---First, before...
View ArticleIssue with UnityEngine.U2D.SpriteShapeGenerator.TessellateContour
Recently got a crash report from firebase crash analytics. iPhone 14 Pro, IOS 16.2 2d game, on android, works well. Crashed: com.apple.main-thread EXC_BAD_ACCESS KERN_PROTECTION_FAILURE...
View ArticleIncorrect texture display,
The thing is, working on a project. On my laptop texture looks smooth and detailed even when i close to the ground. In scene viewport, in game and in simulation of Iphon 12 pro max, everywhere inside...
View ArticleProject broken randomly when I opened one day due to assembly reference bug....
One day I open my project and now have 50 errors from unity built in packages saying that System.ValueTuple is defined in multiple places. Visual Studio is finding any problems, and my many google...
View Articleis it possible to restore a build of a project?
I made a game for a school project, i finished and built it into a folder and now i have to write about it while adding specific pieces of code into the presentation. the only issue is that the whole...
View Article[Resolved] Some materials disappearing when camera is too close to model
First I would like to clarify, this is NOT a camera clipping issue. I'm working in Unity version 2019.3.5f1 and the materials that I'm having this issue with are ones using the "Particles/Standard...
View ArticleWhite tiles displayed in play mode on Android platform
Hello everyone, I'm using a Tower Defense Template from Unity Technologies and I'm facing an issue. Running this game template on Windows platform it's working like a charm, but when I'm switching to...
View Article