Dataset Viewer

The dataset viewer is not available because its heuristics could not detect any supported data files. You can try uploading some data files, or configuring the data files location manually.

TongSIM Unreal Content

This dataset hosts the Unreal Engine project assets (the Content/ folder) for TongSIM-Lite github repository.

These binary assets are intentionally not stored in the main code repository.

Layout

  • Content/: copy into <repo>/unreal/Content/

Download (users)

Use the helper script from the main repository:

python scripts/fetch_unreal_content.py

Upload (maintainers)

This repo is meant to be pushed with Git LFS.

git lfs install
git init
git remote add origin https://huggingface.co/datasets/bigai/tongsim-unreal-content

git add .
git commit -m "Add Unreal Content assets"
git push -u origin main
Downloads last month
754