We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Uses submodules to install shared code dependencies.
Use: git clone --recursive https://github.com/Unity3dAzure/AppServicesDemo.git
git clone --recursive https://github.com/Unity3dAzure/AppServicesDemo.git
Or if you've already done a git clone then use: git submodule update --init --recursive
git submodule update --init --recursive
If you need to update submodules use: git submodule update --recursive --remote
git submodule update --recursive --remote