Beginner Questions

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

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...
Nerin asked 5/12, 2023 at 10:27

1

Unity NavMeshSurface IsPartOfPrefab not found something. It says in the log error CS1061: ‘NavMeshSurface’ does not contain a definition for ‘IsPartOfPrefab’ and no accessible extension method ‘IsPar...

5

RaycastAll is supposed to return all objects on the path of the ray for specified distance, right? RaycastHit[] hits = Physics.RaycastAll(ray, float.PositiveInfinity); // DEBUG string debug = "Raycas...

2

I am trying to program my FPS game. It’s working like this: I am near car and press E button. My FPS man go drive car now. But i have few problems. One. How i can make camera follow the car? Two: I us...
Furst asked 3/12, 2012 at 21:42

1

Hey so I haee just started the unity learning programme to learn how to create a game - the first thing they ask youto do is start with the projects on the microgame - these dont seem to be displaying...
Merilynmeringue asked 13/8, 2023 at 9:21

3

Hey guys, every time when I press play in Unity, my player rotates immediately for no reason. Does someone know how I can fix that?
Glabrescent asked 26/2, 2022 at 8:17

2

Solved

There may be a solution for this already, but i personally can’t seem to find any… So I used Dani’s Karlson tutorial for fps movement link: i think I’ve done everything correctly, but for som...
Broussard asked 26/5, 2021 at 14:25

1

I don’t get it. I thought I can use IsCompleted to check if the job is finished and then process the result (the job takes quite a while), but right after starting my testapplication it tries to execu...
Contemplate asked 8/8, 2019 at 22:37

3

Hello everyone, I have an update function below that is supposed to be tracking bodies from the Kinect. However I have an issue where the _Bodies Dictionary doesn’t store anything and is always cleare...
Approval asked 16/2, 2016 at 13:11

3

I recently started a new project, and purchased a asset from dexsoft called: Adventurer’s Village 2. After building some houses and stuff this error came: Assets/Standard Assets/Image Effects (Pro On...
Laodicea asked 12/2, 2016 at 21:51

2

I tried to open multiple projects, and they first would have missing objects and errors. Now when I open one unity project, I go to the scenes, and the whole unity would crash? Now I can’t make a proj...
Castellano asked 1/10, 2023 at 17:56

3

Hello, guys! I have a question. When I am pausing my game, I want it to freeze and when unpausing I want it to unfreeze. I know basically how to achieve that but I don’t know how to make that, when I ...
Shearer asked 8/11, 2023 at 18:33

6

Solved

I am making a fps shooter and I need my enemy to follow me when I am with in a certain range of the enemy this is what I have so far. using System.Collections; using System.Collections.Generic; using ...
Lilia asked 10/5, 2020 at 21:26

0

Hello, sry for my english before…i have problem when i want build my game with WebGL…i have no idea i make a game for my school work and actually our teacher didn’t gave any materials for it The conso...
Cochise asked 21/1 at 13:56

3

Hello. I am new at c# and unity. The problem that im facing is ; I created such a script to destroy prefab instances(they are moving towards an axis and when they arrive a Z value I aim to destroy the...
Roberts asked 1/6, 2019 at 11:20

3

Please guide me on what I am doing wrong, just started using unity.
Simmons asked 5/11, 2021 at 11:11

2

Solved

I have Unity Pro and I’m using the Water4Advanced Example they give you. How can I make it where when my player goes under water the screen has a little blue effect and where gravity lowers? I’ve hear...
Ontogeny asked 28/10, 2011 at 0:55

2

I’m fairly new to unity, so I’d like to apologize if this question sounds stupid. I’m trying to make pac-man in 3D as my first unity project and things have been going really smooth. (I’m almost done,...
Doorplate asked 18/6, 2023 at 19:30

2

I have a box with script BoxScript on it. BoxScript looks like this: void Update () { float fdegree = RadianToDegree( transform.rotation.y ); Debug.Log( fdegree ); } float RadianToDegree ( float an...
Kephart asked 12/12, 2012 at 3:14

2

I’m very new to unity. How to make gameobject invisible but still cast shadows without Mesh Renderer? My model doesn’t have a Mesh Renderer, which is the only way I can think about doing this. When I ...
Carlile asked 28/6, 2021 at 15:26

1

void Update() { if (Input.GetButtonDown("Fire1")) { GameObject newBullet; newBullet = Instantiate(bullet, spawnPoint.position, spawnPoint.rotation);
Ithnan asked 29/10, 2022 at 13:14

5

Do you mean the scene view? Click the middle of the view tool or the three parallel lines below it. ![17804-screenshot+2013-11-12+11.50.10.png|17804]
Ruffin asked 12/11, 2013 at 11:47

5

Solved

if I type image.color = Color.red; it only makes the image red , and I think image.color = Color.___ only has 11 colors How can I use Hex Color? so I can choose the color that I want
Relative asked 18/8, 2017 at 15:52

12

I’ve created an object, say a capsule, and in the Scene window I’ve rotated it 90.0 degrees, and now its a bullet. However when I instantiate this object, the rotation I’ve applied the object/prefab d...
Jaredjarek asked 21/7, 2011 at 15:43

© 2022 - 2024 — McMap. All rights reserved.