Troubleshooting Unity

Troubles encountered (and how to fix!)

Misc

Debugging C++

Controls/UI 

Unity's UI is constantly changing, and  they rename things frequently. Try to look for the most up-to-date tutorials you can.

Scripts

using System.Collections;

using System.Collections.Generic;

using UnityEngine;

using System.Linq;

XR Interaction Toolkit

Rendering