Skip to main content

Cant find Unity Playworks Plugin namespace Luna.Unity.LifeCycle gives error of cannot resolve symbol Luna

images-small

This could be due to having the Unity Playworks Plugin namespace defined in other scripts in your project. If so this will cause a conflict as the Unity Playworks Plugin namespace needs to be reserved for the Unity Playworks Plugin engine.

Possible solution:

  • Refactor your Unity Playworks Plugin namespace scripts to something else such as MyGameLuna. Once the refactor has been done, remove the Unity Playworks Plugin from your Package Manager in Unity and re-install.