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
dont know how fix "Invalid get index 'global_position' (on base: 'Nil').
Asked Answered
something else i thought i would add incase it was useful
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.
© 2022 - 2024 — McMap. All rights reserved.