Unity Questions
3
Solved
When I work in a project I usually keep multiple tabs of same type opened. I know in general based on position what contains what, but is it possible to rename them? I ask this especially for the Proj...
Penitentiary asked 29/11, 2021 at 9:1
1
I’ve build a custom Editor for Setting Up specific Systems in our game world. I want my Handles to be transparent when occluded by any objects (especially my colliders to see if they intersect with th...
Sikorski asked 19/10, 2017 at 11:11
2
Solved
Is this just a shader problem or something else?
Greetings fellow devs.
I’ve been struggling with this same problem occasionally when I started using unity.
My current project is using a prefab maze p...
Haleyhalf asked 18/12, 2020 at 21:47
1
Solved
How do you accurately sync the position of colliders on an animated character in the physics engine?
I’ve been trying to figure this problem out for a week now and haven’t found any solutions.
I have a NPC with colliders attached to different bones using Unity ragdoll wizard. They’re supposed to be t...
Delenadeleon asked 21/9, 2014 at 23:12
3
I making the task from unity learn the reequipment is to sent the project back to them in WebGL. But when I copy the link and paste the URL it say the project unsupported URL.
So how can I solved the ...
Debar asked 10/4, 2021 at 19:32
2
There is a new machine learning API from Microsoft, called ML.NET. I have tryed it and it is just great, but, cannot figure out how to use it in unity.
The ML examples are done in Visual Studio projec...
Pondicherry asked 14/12, 2018 at 13:55
1
Solved
Hello, I am having an issue with making melee combat work. I am following a tutorial by Brackeys on melee combat, but when I try to compile this code, I get error CS0029: Cannot implicitly convert typ...
Whitworth asked 29/9, 2022 at 4:35
1
I have a few overlapping GameObjects in my Scene. Each one has a Script containing the OnMouseDown function, a Collider2D and a SpriteRenderer.
When I click the region where the Colliders intersect, I...
Dermatoglyphics asked 14/8, 2019 at 18:37
2
Hi people, beginner programmer here.
I’m using the Unity Splines package for the first time I’m trying to Instantiate() something on a specific point on a spline.
How can i get the coordinates (transf...
3
I am relatively new in developing online games, so I don’t know too much details on the proper methods of setting things up except for the basics. The only issue I’ve found myself having is being able...
Forgot asked 4/7, 2017 at 8:17
1
There is an issue in Unity-6-0. If I attempt to create a Font Asset in TMP_Pro, Unity Crashes. Unity closes down, I am using the Newest Preview version of Unity-6-0 (6000.0.3f1).
Is there a work aroun...
Shantelleshantha asked 28/5 at 12:5
2
Solved
I am making a 3D game and have added a feature that if the Bot collides with a specific object, it gets knocked back.
I am using a NavMeshAgent for the bot and this goes against the Rigidbody so I dis...
Abacus asked 24/8, 2020 at 2:57
2
Solved
I want to make a script to make a void activate every 30 seconds but I’m stuck in a corner right now and I need help to continue on my project.
-C#
Crosson asked 4/9, 2018 at 1:30
4
I don’t know why but all my projects (2022.3.4f1 and 2021.3.21f1) not able to initialise after Mac OS updated to Sonoma 14.0.
Is it an Apple thing or a Unity thing???
Now all my dev progress gone!? an...
2
Health Bar issue: https://i.gyazo.com/cfa5ee306193bdea7649821ea1b63933.gif
I was trying to make this script so the health bar would always stay horizontal and above the GameObject (player or enemy) no...
Immaterialize asked 2/8, 2016 at 0:12
4
Solved
As the question states, I need a texturing program, as I am not very good at working on a 2D texture without any reference to the model I am working on. After some research, I found that most of the t...
Shornick asked 17/7, 2013 at 18:20
1
Hey everyone,
I have finally made the switch from the Resources folder to Addressables, but I’m having problems building for Mac OS. I’m on the latest 2022.3.10f1 LTS version.
Both the Windows and Lin...
Tangram asked 9/10, 2023 at 10:29
2
Solved
I want to try a project that only have one Script file (like AS3), so everything is done but when I imagine about collision, I don’t know what must I do. I read everywhere in Google just found OnColli...
Salve asked 9/7, 2013 at 9:35
1
I need to read several lists of 2D coordinates into a data collection, like a Dictionary for example, from a text file.
I can make the file into any format (it´s originally an SVG but I made an ETL th...
Ovida asked 24/12, 2012 at 15:47
1
I keep encountering a SIGBUS error when working with a simple pathfinding script. I've found the function giving me the problem but I'm not sure where to begin troubleshooting within.
The Unity Editor...
Underbid asked 17/5, 2010 at 5:25
1
Solved
So, i didnt really find anything that helped me in other threads, so here is myproblem:
I want to generate random Quests for my game so i created one script that is not on an object containing the fol...
Blairblaire asked 4/10, 2015 at 11:16
1
Solved
Okay, I guess I'll make it sounds way more complicated than it actually is but here it goes:
I have a built-in array of Strings and then want to retrieve and manipulate the according variables on the ...
Manifold asked 21/2, 2011 at 0:20
1
Solved
hi, I've problems downloading text files (with .htm extension) from url inside webplayer.
All works on standalone version
I've implemented WWWLoader script:
`using System;
using System.Collections;
us...
Hegarty asked 2/10, 2011 at 18:10
1
Solved
I have 3 prefabs named "blackout" being instantiated in the position of other 3 gameObjects I positioned and rotated myself in the editor. This works fine.
However, after the 3 blackouts are instantia...
Serbocroatian asked 24/1, 2011 at 6:46
1
Solved
I have a gameobject with an toggle which I want to execute a function on change:
levelItem.GetComponent<Toggle>().onValueChanged.AddListener(SetSelectedLevel(levelList*.Number));*
public void S...
Antibes asked 25/11, 2014 at 0:10
1 Next >
© 2022 - 2024 — McMap. All rights reserved.