Skip to main content

Unity Playworks Plugin not exporting any user scripts or specific user scripts inside of the project

This could be happening if you have named the folder that housed the project or scripts 'Editor'.

This is because by default Unity Playworks Plugin excludes all Editor folders, it just so happens that that includes any folders inside the entire absolute file paths. So if your scripts/project is inside a folder name Editor, your scripts won’t be included.

Possible solution:

  • Don’t name any folders that you don’t want excluded, “Editor”.