The plugins in the demo project are git submodules, you’ll need to pull them all.
In TortoiseGit (my Git client of choice) it’s as simple as ticking the ‘recursive’ checkbox when cloning.
or
git.exe submodule update --init --recursive
Should do the trick