• Help Home
  • English (US)
    1. English (US)
    2. 简体中文
    3. 日本語
    • Maya Developer Help Center
      • About The Maya devkit
      • Maya devkit requirements
      • Open Source Components
      • What's New / What's Changed?
      • Setting up your build environment
      • Setting up CMake to build your plug-ins
      • Example Applications and Plug-ins
      • Running Standalone Applications
      • Loading and Unloading Plug-ins
        • Loading Plug-ins Into Maya
        • Unloading Plug-ins From Maya
      • Maya API Basics
      • A First Maya command plug-in
      • Distributing Maya Plug-ins
      • Selecting with the API
      • Command plug-ins
      • DAG Hierarchy
      • Dependency graph plug-ins
      • Manipulators
      • Shapes
      • Writing a Software Shading Node
      • Writing a Hardware Shading Node
      • Writing a Custom Transform Node
      • Writing a Deformer Node
      • Writing File Translators
      • Viewport 2.0 API
      • Custom evaluator overview
      • Polygon API
      • Working with Qt
      • Maya Python API
      • Maya .NET API
      • Technical Notes
      • Appendices
    • Maya API Reference
    • Technical Documentation
    Share
    • Email
    • Facebook
    • Twitter
    • LinkedIn

    Loading and Unloading Plug-ins

    If you set the MAYA_PLUG_IN_PATH in your Maya.env file as described in Setting up your build environment, plug-ins in the top-level of that directory will be loaded into Maya automatically. However, plug-ins that are not in that directory's top-level will need to be loaded manually.

    If your plug-in uses dynamic libraries, it must be unloaded before it is recompiled otherwise Maya will crash. It is good practice to always unload a plug-in before rebuilding it.

    Pages in this section
    • Loading Plug-ins Into Maya
    • Unloading Plug-ins From Maya

    Was this information helpful?

    Except where otherwise noted, this work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License. Please see the Autodesk Creative Commons FAQ for more information.

    • Privacy Statement
    • Legal Notices & Trademarks
    • Report Noncompliance
    • © 2025 Autodesk Inc. All rights reserved