I keep this repository to use as Git submodule in my personal and team projects. I consider most scripts to be stable, but I regularly add features and update the API to fit new versions of Unity, or ...
unityexternalvulkan/ ├── CMakeLists.txt # Build configuration ├── include/ # Header files │ ├── IUnityInterface.h # Unity plugin interface │ ├── IUnityGraphics.h # Unity graphics interface │ ├── ...