

Just try it, in the worst case you have to git reset --hard and git clean -dxn / -dxf and dnx 2dog add again, but I think the dotnet restore --force should do it! There’s only changes to the native library and the glue code.
I plan to use 2dog a lot in future jams… it wasn’t quite stable enough for GMTK jam, though, so… something to look forward to in upcoming jams.



v4. 7.1.64 or later should drastically improve loading performance. I find it acceptable with it, if not outstanding of course.
Turns out among other things, I was loading the PCK and the WASM blob twice depending on web server behaviour. 🤪