Home

Awesome

SPUD Examples

This example project demonstrates the use of the Steve's Persistent Unreal Data (SPUD) library.

Intro Video

FAQ

1. The SPUD library is missing

This is because you haven't cloned the submodule as well - some git clients do this automatically, some don't. If yours didn't, run these commands in the root of the examples repository:

git submodule init
git submodule update

Then build again.