I have the following code trying to test out rendering mesh manually with Unity 2020.1 using URP (I commented out mesh generation since I know that works):
public class DrawMeshTestMB : MonoBehaviour {
[SerializeField]
private int _width;
[SerializeField]
private int _he…