Useful Tools - PULSAR-Modders/pulsar-mod-loader GitHub Wiki

Development Environments

  • VS2022 Community - (Windows, Mac) Microsoft's free IDE with C# support. Make sure the .NET Desktop Development workload is installed.

Executables

  • dnSpy - Decompilation and direct DLL inspection + editing.
  • LinqPad - Quickly see how C# translates to CIL. Get 2.x for Unity purposes.
  • UABE - Extract and modify Unity Assets Bundles.

Libraries

  • Harmony - Easy patching of C# code at runtime.