HD Render Pipeline

I was watching a Brackeys tutorial on the new particle system and I installed the HD Render Pipeline package and the visual effects graph package. But when I go to create a particle system, no particles are showing up, even the most basic system from the video (MILLIONS OF PARTICLES! - Unity VFX Graph - YouTube about 2 mins in). Am I missing a plugin or something?

ol you have to setup the hdrp.
this is from the docs:


To create a Render Pipeline Asset:


In the Editor, go to the Project window, and navigate to a directory outside of the Scriptable Render Pipeline Folder.
Right-click in the Project window, and select Create > Render Pipeline.


Select either High Definition or Lightweight, depending on your needs. Click Render Pipeline/Pipeline Asset.
Configuring and using HDRP


To use HDRP, you must edit your Project’s Player and Graphics settings as follows:

In the Editor, go to Edit > Project Settings
, then select the Player category. Select Linear from the Color Space dropdown menu. HDRP does not support Gamma lighting.


In the Project window, navigate to a directory outside of the Scriptable Render Pipeline folder.
Right-click the Project window, and select Create > Render Pipeline > High Definition > Render Pipeline.
Navigate to Edit > Project Settings, then select the Graphics category.


In the Render Pipeline Settings field, add the High Definition Render Pipeline Asset you created earlier.