SonyWWS / LevelEditor

The ATF LevelEditor is a powerful tool for constructing and assembling game levels. It provides a WYSIWYG interface and allows you to place objects, edit properties, edit terrain, and build game levels.
Apache License 2.0
1.32k stars 230 forks source link

Load MEF type catalogs from DLLs in \MEFPlugin #30

Closed jethac closed 8 years ago

jethac commented 8 years ago

We have some shared controls between our ATF apps that we'd like to use in the LevelEditor without modifying too much upstream code. To that end it'd be really nice if we could load MEF type catalogs from DLLs in a subdirectory :)

abeckus commented 8 years ago

Merged

Thanks Alan