alex_aom
alex_aom
CC#
Created by alex_aom on 1/20/2023 in #help
Can't find a GameObject's transform & rotation in Unity?
Thank you sir haha
5 replies
CC#
Created by alex_aom on 1/20/2023 in #help
Can't find a GameObject's transform & rotation in Unity?
Uh oh
5 replies
CC#
Created by alex_aom on 1/20/2023 in #help
Can't find a GameObject's transform & rotation in Unity?
The GameObject I am doing .Find to get does not seem to have a .position or .rotation
5 replies
CC#
Created by alex_aom on 1/18/2023 in #help
How to take 2 outputs from a function
haha
6 replies
CC#
Created by alex_aom on 1/18/2023 in #help
How to take 2 outputs from a function
Time to read up on tuples, thanks
6 replies
CC#
Created by alex_aom on 1/18/2023 in #help
How to take 2 outputs from a function
I want to get 2 seperate integers as the output
6 replies
CC#
Created by alex_aom on 1/17/2023 in #help
Resizing an array
Cheers
32 replies
CC#
Created by alex_aom on 1/17/2023 in #help
Resizing an array
So lists are used for exactly this usecase haha
32 replies
CC#
Created by alex_aom on 1/17/2023 in #help
Resizing an array
Didn't really know the difference between a list and an Array
32 replies
CC#
Created by alex_aom on 1/17/2023 in #help
Resizing an array
Very new to this as you can probably tell
32 replies
CC#
Created by alex_aom on 1/17/2023 in #help
Resizing an array
I'm just trying to learn my man haha
32 replies
CC#
Created by alex_aom on 1/17/2023 in #help
Resizing an array
Ohh, thanks man
32 replies
CC#
Created by alex_aom on 1/17/2023 in #help
Resizing an array
32 replies
CC#
Created by alex_aom on 1/17/2023 in #help
Resizing an array
Oh, thanks
32 replies
CC#
Created by alex_aom on 1/17/2023 in #help
Resizing an array
int List<> validCoords = new List<>();
int List<> validCoords = new List<>();
?
32 replies
CC#
Created by alex_aom on 1/17/2023 in #help
Resizing an array
List<> validCoords = new List<>();
List<> validCoords = new List<>();
Would this create an empty list? (named validCoords)
32 replies
CC#
Created by alex_aom on 1/17/2023 in #help
Resizing an array
I'll look into instantiating a list 😄
32 replies
CC#
Created by alex_aom on 1/17/2023 in #help
Resizing an array
(resizing after the instantiation) I basically want to expand it (and clear it) as I go
32 replies