dont know how fix "Invalid get index 'global_position' (on base: 'Nil').
Asked Answered
P

2

0

as the title says i dont know how to fix this error, i followed this tutorial ( and i implemented the code, then i worked, but a couple of days later after ive added a few more assets it no longer works, i managed to fix the first errors that came but ive been stuck on this one thing, it keeps crashing after interacting with my door but as i click interact it crashes. any help is appreciated

Porringer answered 10/11, 2023 at 2:26 Comment(0)
P
0


something else i thought i would add incase it was useful

Porringer answered 10/11, 2023 at 2:28 Comment(0)
C
0

Porringer The error means that you're trying to access a property of an undefined (null) reference. The reference in question is in variable interactor.controller. So look into whatever code is responsible for intialising it and check if it indeed does so.

Corbicula answered 10/11, 2023 at 2:51 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.