❔ ✅ thousands of lines of NullReferenceExeption in logs
heres the code
im trying to mod gorilla tag with the mod template
16 Replies
the only log i get is "cube created" from besides exeptions
Where are you getting the exception(s)?
wdym
what line does it say the exception occurs at
does that help?
Looks like it occurs in native Unity code...?
?
Try debugging your project and seeing if anything is null
and how do i debug it?
i have no idea what im doing right now
GorillaLocomotion.Player.Instance.rightHandFollower.transform
looks like this is nullid be surprised if thats a null considering i got it from one of the more well known mod creators
well the error log is failing on get transform in Update
and it's not this one
Cube.transform
since you have a null check on Cube
so it must be the other one
so rightHandFollower
is null / destroyedim gonna change it to