Import Assets Error

Hello,

I have just started following the terminal hacker projects. However, after importing the asset package I get an error in the console. I am also unable to place the prefab in the scene.

Open the keyboard script, it’s in the keyboard folder. When you open the script at the top you should see:

using System;
using UnityEngine;
using UnityEngine.Assertions;

Remove using UnityEngine.Assertions;

Save the file by pressing Ctrl+S and then try placing the prefab in the scene