A port of Valve's Source Engine for Unity.
This project is still a work in progress. It possibly has memory issues, but I've resolved a lot of them, so it is a lot better now at cleaning itself up. Also not all models load properly, and sometimes files are not found in the vpk (like textures/models/etc) even though they probably are there.
- Open
Window > Package Manager
in Unity - Press the plus button and choose
Add package from git URL...
- Paste in the URL of this repo and then press the add button
Somewhere in your project's assets folder call git clone
with this repo URL using bash, batch, or some git gui
Download the zip from this page using the green Code
button and extract it into your project's assets folder
Note: This library relies on UnityHelpers, follow the installation instructions there to add it to your project as well