WurstModders / WurstMod

Deli mod for H3VR to load custom scenes into the game!
MIT License
24 stars 2 forks source link

Small cleanup of ComponentProxy, more UI stuff and Unity debugging symbols #14

Closed nrgill28 closed 4 years ago

nrgill28 commented 4 years ago

When you build the project, it will now also generate Unity debugging symbols alongside the assembly. (WurstMod.dll.mdb) This file will provide extra debugging information at runtime (like line numbers) when placed beside the assembly in the plugins folder. This applies to both the Unity Editor and in-game.

Nolenz commented 4 years ago