docs.unity3d.com
Version: 

    Anatomy of a Plugin

    A plugin is made up of at least two files:

    • An XML file: Plugins User Interface definition. Without this file, no plugin will be detected by Pixyz.
    • A Python file: script to be executed.

    And has to be organized as followed:

    Image

    The plugin folder must be placed at one of these 2 locations (see Plugins):

    • ProgramData folder (%programdata%/PixyzStudio/plugins): place a plugin folder here to make it available for all computer users (see Creating a Plugin) - recommended location
    • AppData folder (%appdata%/PixyzStudio/plugins): place a plugin folder here to restrain plugin access to the concerned user (see Creating a Plugin)

    Once loaded in Studio, it is accessible directly in Pixyz Studio, from the Plugins Menu:

    Image

    For more information regarding user interface customization using plugins, checkout this page.

    Pixyz Studio 2024.1.0.44 based on SDK 2024.3.0.14
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX.