Skip to content
This repository has been archived by the owner on Jan 14, 2023. It is now read-only.

Internal Notes

Dustin Lacewell edited this page Apr 19, 2019 · 3 revisions

Editor build callback

[UnityEditor.Callbacks.PostProcessBuild]

AsmDef settings:

  • Auto Referenced: true - makes unity build the assembly
  • Override References: true - allows you to specify pre-compiled assembly references

Assembly References:

  • MultiMod.Interface
  • Assembly-CSharp
  • BepInEx
  • MMHOOK_Assembly-CSharp
  • R2API

Must Include Platforms:

  • Editor
  • Windows 32-bit
  • Windows 64-bit

MultiMod Import Settings:

MultiMod.Interface / MultiMod.Shared:

  • Auto-reference: true
  • Validate-references: true
  • Any Platform: true
  • Exclude Platforms: none

Mono.Cecil / MultiMod.Cecil / MultiMod.Editor

  • Auto reference: true
  • Validate references: true
  • Any Platform: false
  • Include Platforms: Editor

Precompiled Assemblies Import Settings

  • Auto References: false
  • Validate References: false
  • Any Platform: true
  • Exclude Platforms: none