Need a guide to help with an inexplicable problem

EDIT: Thank you chaps for the advice, problem sorted hopefully, cheers

Your method “awake” should be named “Awake” since identifiers are case sensitive.

1 Like

^^^

void Awake()
{
  // Your code here
}
1 Like