Skip to main content

Unity Playworks Plugin build errors point to Playworks Plugin package itself

images-medium

This is likely due to a script that is using an engine reserved name (for example: Bridge.cs), which generates conflict within the plugin.

Possible solution:

  • Change the script name to avoid conflict. A quick way to do so consists of creating an empty scene for the Unity Playworks Plugin build, and keep excluding scripts/folder until the same errors are gone, in this way, we will be able to determine which asset was causing the error.