document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. void Start () {
  2.      controller = GetComponent<CharacterController>();
  3.      // функция GetComponent<тип>() дает нам ссылку на приаттаченный компонент. Выдает null, если его нет.
  4. }
');