When I want to build a macOS version of my Unity project, I get following errors. But When I choose to Build Winows Version, it goes very well. Can someone help
For the last few days I've been following Sebastian Lague's videos about procedual generation. Since my project is based on URP and the custom shader responsibl
I am trying to show the native phone number hint pop up from unity, but I keep getting the below exception. java.lang.NullPointerException: Attempt to invoke vi
Is it possible to create a list or array of pointers in C#? I want to have a list of T* rather than use IntPtr because i am forever having to type Marshal Ptr T
I'm instantiating objects/prefabs into a vertical layout group in Unity. each of these objects have a dropdown menus, but my issues is that when I'm expanding t
I have a question about AR(Augmented Reality). I want to know how to show the distance information(like centermeter...) between AR camera and target object. (Us
I have a code that allows to position an object onto the other object by Raycast. Obviously, I am using Mesh Collider so everything works fine. Ray ray = new Ra
I'm making an inventory system and want to use a button to move all items from under the button to a grid (which is their original transform coordinates). want
Video link I have a lot of dots that move, depending on the mouse position. I would like to change it so that it moves with the scrollbar value. How could I imp
I wanted to load my save files in Start() but I got an error that there is no path to load file because the path is created in Start() so I changed loading plac
I recently came back to unity, as i found out that it does now support installation linux. It works, but when editing the scripts with vscode i do not get code
I'm making a third person character controller in unity, I have the Player Moving with a direction and an animation. My question is: how do I make the movement
In Unity I have a script in which I connect to a socket via TCP and want to use this connection every frame. I need to dispose and clean up after that. My idea
I have the transform for a car with the standard CarController Component from the UnityStandardAssets.Vehicles If I move the car and check the Speed from the Ca
I imported a Unity package where several Editor scripts depend on a RootPath property from a static class: public static class EditorUtils { public static s
Description: (Following is only a low level description) Assume you have a List of automates, one of people and one of tasks. The corresponding Data comes from
I downloaded unity editor from unity download archive but now i need the android build support module "also known as android SDK/NDK tools" but the "add module"
About five minutes ago everything was working fine, but after I restarted my pc, one of the scripts in unity stopped working. Other scripts can't access its met
I have a huge problem with the BoxCast method in Unity. I'm trying to get information if there is any GameObject under the player that is on a specific layer bu
Iam making a placement system using tilemaps, its almost done but have a small problem. Placement System As you can see the tower never be on middle of tiles, i