41phaNum3r1ca1
41phaNum3r1ca1
CC#
Created by 41phaNum3r1ca1 on 3/22/2025 in #help
Tried to use unitys eventsystem to set a tag to a clicked gameObject, getting nullReferenceException
I have figured this out myself, without the condescending suggestion to read up on Debug.Log :)
23 replies
CC#
Created by 41phaNum3r1ca1 on 3/22/2025 in #help
Tried to use unitys eventsystem to set a tag to a clicked gameObject, getting nullReferenceException
see, this is one of the holes that needed patching
23 replies
CC#
Created by 41phaNum3r1ca1 on 3/22/2025 in #help
Tried to use unitys eventsystem to set a tag to a clicked gameObject, getting nullReferenceException
All of this stuff Ive been taught as "this is just how it is, itll make sense later" and then it didnt make sense later and I just accepted it
23 replies
CC#
Created by 41phaNum3r1ca1 on 3/22/2025 in #help
Tried to use unitys eventsystem to set a tag to a clicked gameObject, getting nullReferenceException
Ohhhhh! I just got it. When I first learnt, I accepted that when you make references, such as public GameObject gameObject, GameObject was a variable type(no one ever explained classes to me). I just looked up what one was, and oh my good lord up above that makes sense
23 replies
CC#
Created by 41phaNum3r1ca1 on 3/22/2025 in #help
Tried to use unitys eventsystem to set a tag to a clicked gameObject, getting nullReferenceException
see my friend, Im way beyond this. Ive just got a hole somewhere that needs patching, Im not starting from scratch!
23 replies
CC#
Created by 41phaNum3r1ca1 on 3/22/2025 in #help
Tried to use unitys eventsystem to set a tag to a clicked gameObject, getting nullReferenceException
I assumed this somehow would???
23 replies
CC#
Created by 41phaNum3r1ca1 on 3/22/2025 in #help
Tried to use unitys eventsystem to set a tag to a clicked gameObject, getting nullReferenceException
No description
23 replies
CC#
Created by 41phaNum3r1ca1 on 3/22/2025 in #help
Tried to use unitys eventsystem to set a tag to a clicked gameObject, getting nullReferenceException
Oh.
23 replies
CC#
Created by 41phaNum3r1ca1 on 3/22/2025 in #help
Tried to use unitys eventsystem to set a tag to a clicked gameObject, getting nullReferenceException
If I am not mistaken, it should be the gameobject that was clicked on
23 replies
CC#
Created by 41phaNum3r1ca1 on 6/9/2024 in #help
I am attempting to assign an integer value to a 2d array, but I get a null reference error✅
this is solved ✅
50 replies
CC#
Created by 41phaNum3r1ca1 on 6/9/2024 in #help
I am attempting to assign an integer value to a 2d array, but I get a null reference error✅
I had forgotten to set a reference in a different script, which was somehow causing a null value here
50 replies
CC#
Created by 41phaNum3r1ca1 on 6/9/2024 in #help
I am attempting to assign an integer value to a 2d array, but I get a null reference error✅
I have determinded the null value
50 replies
CC#
Created by 41phaNum3r1ca1 on 6/9/2024 in #help
I am attempting to assign an integer value to a 2d array, but I get a null reference error✅
it is because the game manager class is a script, not a type of game object!
50 replies
CC#
Created by 41phaNum3r1ca1 on 6/9/2024 in #help
I am attempting to assign an integer value to a 2d array, but I get a null reference error✅
when for the game manager I could just manager.variable
50 replies
CC#
Created by 41phaNum3r1ca1 on 6/9/2024 in #help
I am attempting to assign an integer value to a 2d array, but I get a null reference error✅
see, I made a reference to a gameobject and tried to go gameobject.variable and was confused that I had to gameobject.GetComponent<ScriptName>().variable
50 replies
CC#
Created by 41phaNum3r1ca1 on 6/9/2024 in #help
I am attempting to assign an integer value to a 2d array, but I get a null reference error✅
oh my god I get now why I couldnt call a variable from a reference earlier
50 replies
CC#
Created by 41phaNum3r1ca1 on 6/9/2024 in #help
I am attempting to assign an integer value to a 2d array, but I get a null reference error✅
50 replies
CC#
Created by 41phaNum3r1ca1 on 6/9/2024 in #help
I am attempting to assign an integer value to a 2d array, but I get a null reference error✅
ah
50 replies
CC#
Created by 41phaNum3r1ca1 on 6/9/2024 in #help
I am attempting to assign an integer value to a 2d array, but I get a null reference error✅
will do
50 replies
CC#
Created by 41phaNum3r1ca1 on 6/9/2024 in #help
I am attempting to assign an integer value to a 2d array, but I get a null reference error✅
I have updated the pasted code
50 replies