Search Unity

Does the plugins directory structure matter?

Discussion in 'Windows' started by User340, Mar 26, 2017.

  1. User340

    User340

    Joined:
    Feb 28, 2007
    Posts:
    3,001
    Are folders like Plugins/WSA, Plugins/x86, Plugins/WSA/x86 required or can we place all of our Dlls into the root Plugins directory?
     
  2. Tautvydas-Zilys

    Tautvydas-Zilys

    Unity Technologies

    Joined:
    Jul 25, 2013
    Posts:
    10,680
    Directory structure does not matter since Unity 5.0 - when plugin inspector was introduced. Unity always uses the settings that's specified in it. The only thing the directory structure affects is the initial settings when importing the plugin for the first time (once it's done, the settings are saved in the .meta file that's placed next to the plugin).
     
  3. User340

    User340

    Joined:
    Feb 28, 2007
    Posts:
    3,001
    Thanks, you're right. The WSA plugin documentation threw me off, it must have not been updated.