Search Unity

Unity Learn Bug: Programming tutorial page crashes

Discussion in 'Getting Started' started by bendman, Dec 2, 2022.

  1. bendman

    bendman

    Joined:
    Jan 29, 2015
    Posts:
    3
    The page for the first programming tutorial (beyond "Unity Essentials" which is very basic) keeps crashing.

    URL: https://learn.unity.com/project/unit-1-driving-simulation

    I've tried in Firefox and Chrome, and have tried in incognito windows with no cookies or extensions.

    In the browser console I get this error and stack trace:

    Code (JavaScript):
    1. TypeError: null has no properties
    2.     i Learn_ProjectDetailController.0e1f998993990ebc75d2.bundle.js:1
    3.     u Learn_ProjectDetailController.0e1f998993990ebc75d2.bundle.js:1
    4.     s Learn_ProjectDetailController.0e1f998993990ebc75d2.bundle.js:1
    5.     GetRecordSubItems Learn_ProjectDetailController.0e1f998993990ebc75d2.bundle.js:1
    6.     value Learn_ProjectDetailController.0e1f998993990ebc75d2.bundle.js:1
    7.     value Learn_ProjectDetailController.0e1f998993990ebc75d2.bundle.js:1
    8.     React 7
    9.     unstable_runWithPriority scheduler.production.min.js:20
    10.     React 6
    11.     value Hoc.js:100
    12.     value View.js:124
    13.     value Controller.js:110
    14.     value Controller.js:106
    15.     value Controller.js:89
    16.     p Controller.js:70
    17.     emit index.js:130
    18.     a FunctionTree.js:322
    19.     l executeTree.js:49
    20.     p executeTree.js:21
    21.     l executeTree.js:49
    22.     p executeTree.js:21
    23.     l executeTree.js:49
    24.     p executeTree.js:21
    25.     m executeTree.js:38
    26.     value FunctionTree.js:206
    27.     l executeTree.js:83
    28.     m executeTree.js:33
    29.     value FunctionTree.js:155
    30. react-dom.production.min.js:187:186
    31.  
     
  2. edip231

    edip231

    Joined:
    Aug 6, 2019
    Posts:
    1
    I also experience the same problem with Firefox 107.0
     
  3. RichAllen2023

    RichAllen2023

    Joined:
    Jul 19, 2016
    Posts:
    1,026
    It's a known issue that most of the official tutorial projects on here are out of date and don't work, it's unlikely the admins will do anything though.
     
  4. tleylan

    tleylan

    Joined:
    Jun 17, 2020
    Posts:
    620
    That's odd. I click on the link and see the page and can play the overview video. You might flush the browser cache if you haven't already.
     
  5. bendman

    bendman

    Joined:
    Jan 29, 2015
    Posts:
    3
    It looks like they've fixed the issue now. The page has changed, and it doesn't disappear with an error anymore.

    They seem to be actively working on these pages; I've noticed a few of the tutorials have moved around since I started doing them just a few weeks ago.