Skip to content

Adding new plugin

Team edited this page Aug 23, 2020 · 5 revisions
  • Move it to Plugins folder and make sure that it works correctly
  • Create Assembly definition for all Editor folders
    • Mark that assembly definition as editor only
      • Create Assembly definition for root folder, if project don't compile. (Usually it don't)
      • Add Root assembly as reference to Editor assembly
      • If it still not compile, add as references all other needed assemblies. (Can be figured out from using statements)
Clone this wiki locally