does anyone have any idea as to why this would be returning none.
it works just fine on a certain level but as soon as a enter level2 it returns None. same controller in both levels being used.
im kinda new so maybe its a simple mistake but idk
does anyone have any idea as to why this would be returning none.
it works just fine on a certain level but as soon as a enter level2 it returns None. same controller in both levels being used.
im kinda new so maybe its a simple mistake but idk
Maybe the controller is not yet initialized after a level change. Use breakpoints and check what exactly is failing.
it seems to just be an initialization problem, breakpoints dont trigger on the character which the controller is found. which is confusing because i can open my options menu at the same time and have all controls displayed which is obtained from character controller.
once again im kinda new so maybe my understanding of all this is off.